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=3422&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: 1714762487, nonceStr: 'lzUxW7Bx3ufcf1Um', signature: '75a730b2c923d44471acabe1ba16fe7ceb17bad6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u6240\u7231\u9694\u5c71\u6d77\uff0c\u5c71\u6d77\u7686\u53ef\u5e73","smalltext":"\u201c\u5468\u5a46\u5a46\uff0c\u51c6\u5907\u597d\u4e86\u5c31\u53ef\u4ee5\u7a7f\u523a\u4e0a\u673a\u4e86\u201d\uff0c\u201c\u597d\u597d\uff0c\u4f60\u4eec\u7a7f\u523a\uff0c\u6211\u653e\u5fc3\u201d\uff0c\u5468\u5a46\u5a46\u4e00\u8fb9\u7b11\u7740\u56de\u5e94\u62a4\u58eb\u4e00\u8fb9\u51c6\u5907\u4e0a\u673a\u3002\u5468\u5a46\u5a46\u662f\u4e00\u4f4d76\u5c81\u9ad8\u9f84\u7684\u5c3f\u6bd2\u75c7\u60a3\u8005\uff0c\u5979\u5728\u6211\u4eec\u8fd9\u91cc\u900f\u6790\u5df2\u7ecf5\u5e74\u96f63\u4e2a\u6708\uff0c\u6bcf\u5468\u5979","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3422"}; 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 () { } }); }); }