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=2200&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: 1747124526, nonceStr: 'ZyP8oMFi6yQKzAIE', signature: '933859e939139c9ef5ce45d1c919cca16c22e3f5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a232\u540d\u515a\u5458\u6350\u6b3e \u652f\u6301\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c","smalltext":"\u540c\u821f\u5171\u6d4e\u514b\u65f6\u8270\uff0c\u4f17\u5fd7\u6210\u57ce\u6218\u75ab\u9b54\u3002\u4e3a\u54cd\u5e94\u515a\u4e2d\u592e\u53f7\u53ec\uff0c\u65e9\u65e5\u6253\u8d62\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u963b\u51fb\u6218\uff0c\u8fde\u65e5\u6765\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5e7f\u5927\u515a\u5458\u8e0a\u8dc3\u81ea\u613f\u6350\u6b3e\u652f\u6301\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u3002\u8fde\u65e5\u6765\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2200"}; 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 () { } }); }); }