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=1973&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: 1714974679, nonceStr: 'czwZ64XqiZ7AlrAl', signature: '49328a8475cc7f6b3ad26ac29a415a8c74941831', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u4f60\u4ee5\u6027\u547d\u76f8\u6258 \u6211\u5fc5\u5168\u529b\u4ee5\u8d74","smalltext":"\u201c\u738b\u6d9b\uff0c\u75ab\u60c5\u5f53\u524d\uff0c\u518d\u96be\u4e5f\u8981\u5706\u6ee1\u5b8c\u6210\u4efb\u52a1\uff01\u201d\u4ed6\u5bf9\u7740\u955c\u5b50\u524d\u7684\u81ea\u5df1\u9ed8\u9ed8\u5730\u52a0\u6cb9\u9f13\u52b2\u30022\u670812\u65e5\uff0c\u662f\u7ed3\u6838\u79d1\u9aa8\u5e72\u533b\u5e08\u738b\u6d9b\u652f\u63f4\u9694\u79bb\u75c5\u623f\u503c\u5b88\u7684\u7b2c\u4e00\u4e2a\u591c\u73ed\uff0c\u5f53\u65f6\u6536\u6cbb\u4e86\u4e00\u4e2a78\u5c81\u7684\u8001\u4eba\uff0cCT\u7ed3\u679c\u8003\u8651","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1973"}; 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 () { } }); }); }