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=1113&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: 1747123977, nonceStr: 'v304MTz058tXtz1z', signature: 'fee413a0fcfe99002134a5de7f7dc67c1fcc4739', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u4e03\u5e74\u75bc\u75db\u96be\u5fcd \u8d85\u58f0\u7f1c\u5bc6\u786e\u8bca \u4e09\u79d1\u8054\u624b\u795b\u75c5\u75db","smalltext":"\u201c\u4e03\u5e74\u75bc\u75db\uff0c\u4e00\u671d\u8bca\u65ad\uff0c\u533b\u672f\u7cbe\u6e5b\uff0c\u68c0\u67e5\u7cbe\u51c6\u201d\uff0c\u65e5\u524d\uff0c\u4e00\u5e45\u9971\u542b\u6d53\u6d53\u611f\u6fc0\u4e4b\u60c5\u7684\u9526\u65d7\u51fa\u73b0\u5728\u8d85\u58f0\u79d1\u8bca\u5ba4\u3002\u60a3\u8005\u7126\u6025\u5730\u5bfb\u627e\u7740\u201c\u7530\u4e3b\u4efb\u3001\u4efb\u4e3b\u4efb\u3001\u5415\u4e3b\u4efb\u201d\uff0c\u60f3\u5f53\u9762\u5411\u4ed6\u4eec\u9053\u58f0\u611f\u8c22\u3002\u8fd9\u662f\u600e\u4e48\u56de\u4e8b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1113"}; 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 () { } }); }); }