function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=2225&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1751430270,
nonceStr: 'FEsJHRD60jGDnHsj',
signature: '4ff4bbc7eb9302f3d16270c929c35f5b2540ff9c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u5979\u662f\u6bcd\u4eb2\uff0c\u662f\u5973\u513f\uff0c\u66f4\u662f\u62ab\u8346\u65a9\u68d8\u7684\u767d\u8863\u6218\u58eb","smalltext":"\u201c\u6211\u662f\u5165\u515a\u79ef\u6781\u5206\u5b50\uff0c\u5728\u8fd9\u4e2a\u65f6\u5019\u66f4\u662f\u4e49\u4e0d\u5bb9\u8f9e\uff0c\u6211\u4f1a\u4ee5\u4e00\u540d\u515a\u5458\u7684\u6807\u51c6\u4e25\u683c\u8981\u6c42\u81ea\u5df1\uff0c\u4e89\u53d6\u65e9\u65e5\u52a0\u5165\u5149\u8363\u7684\u515a\u7ec4\u7ec7\u3002\u201d\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u795e\u7ecf\u5185\u79d1\u4e00\u75c5\u533a\u7684\u8d23\u4efb\u62a4\u5e08\u95eb\u5e78\u59b9\u5728\u8bf7\u6218\u4e66\u4e2d\u5199\u9053","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=2225"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}