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=1112&classid=4&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: 1716134806, nonceStr: 'iaGOzsF7aLQBj3Pg', signature: 'b5f44d61e21ebf49a3dd9c5062e516f4f7e1a736', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u5218\u5609\u4e91:\u62a4\u7406\u662f\u5e73\u51e1\u800c\u4e0d\u666e\u901a\u7684\u5de5\u4f5c","smalltext":"\u201c\u62a4\u7406\u662f\u5e73\u51e1\u7684\u5de5\u4f5c\uff0c\u62a4\u58eb\u5374\u7528\u771f\u8bda\u7684\u7231\u53bb\u629a\u5e73\u75c5\u4eba\u5fc3\u7075\u7684\u521b\u4f24\uff0c\u7528\u706b\u4e00\u6837\u7684\u70ed\u60c5\u53bb\u70b9\u71c3\u60a3\u8005\u6218\u80dc\u75be\u75c5\u7684\u52c7\u6c14\u3002\u201d\u6b63\u662f\u8fd9\u53e5\u8bdd\uff0c\u70b9\u71c3\u4e86\u6211\u5bf9\u62a4\u58eb\u8fd9\u4e2a\u804c\u4e1a\u7684\u70ed\u60c5\uff0c\u8ba9\u6211\u6beb\u4e0d\u72b9\u8c6b\u5730\u9009\u62e9\u4e86\u5979\u3002\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1112"}; 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 () { } }); }); }