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=2295&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: 1747125071, nonceStr: 'X6emKlW2uqUmszZR', signature: 'e736de4fbfe14bb23a924bfb16d0caff9e6ec70a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u773c\u79d1\u62a4\u58eb\u957f\u5218\u4f1a\u534e\u7684\u6297\u75ab\u201c\u5bb6\u201d\u4e66","smalltext":"\u201c\u6765\uff0c\u5f20\u5a46\uff0c\u5f20\u5f00\u5634\u5df4\u559d\u4e00\u53e3\u8425\u517b\u9ea6\u7247......\u201d\u9694\u79bb\u75c5\u623f\u5185\uff0c\u773c\u79d1\u62a4\u58eb\u957f\u5218\u4f1a\u534e\u6b63\u5728\u7ec6\u5fc3\u5730\u5e2e\u4e00\u540d\u751f\u6d3b\u4e0d\u80fd\u81ea\u7406\u7684\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u8fdb\u98df\u3002\u5218\u4f1a\u534e\u73b0\u5728\u6240\u5728\u7684\u9694\u79bb\u75c5\u533a\u591a\u534a\u90fd\u662f\u8001\u5e74\u60a3\u8005\uff0c\u8eab\u4f53\u673a\u80fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2295"}; 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 () { } }); }); }