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=6664&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: 1715495340, nonceStr: 'xlLoiTxQ5uAQVR2I', signature: '121f283623cf2b4d087639a45b0f9b2252131184', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\u533b\u7597\u91cd\u5e86\u4e5d\u9f99\u5761\u533b\u9662\uff1a\u70b9\u8d5e\u4eba\u6587\u62a4\u7406\uff0c\u533b\u62a4\u6df1\u53d7\u9f13\u821e","smalltext":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u4eba\u6587\u5173\u6000\u62a4\u7406\u5de5\u4f5c\u6570\u5e74\uff0c\u57f9\u517b\u51fa\u4e86\u6570\u4e0d\u80dc\u6570\u7684\u4f18\u79c0\u62a4\u7406\u4eba\u5458\uff0c\u7f8e\u540d\u8fdc\u626c\u30023\u6708\uff0c\u5357\u65b9\u533b\u79d1\u5927\u5b66\u53f2\u745e\u82ac\u6559\u6388\u5230\u9662\u53c2\u89c2\u4e86\u5987\u4ea7\u79d1\u548c\u75c5\u5458\u670d\u52a1\u4e2d\u5fc3\uff0c\u671f\u95f4\u968f\u673a\u8bbf\u8c08\u4e86\u56db\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6664"}; 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 () { } }); }); }