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=3938&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: 1745109367, nonceStr: 't7wcauehfBymbENY', signature: '2002ca8b48455dcc2270e94d9c541e7045df7973', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u6bcf\u4e00\u4eba\uff0c\u6297\u75ab\u4eba","smalltext":"\u56de\u60f3\u521a\u521a\u8d70\u8fc7\u76842020\uff0c\u6211\u4eec\u82b1\u4e86\u6574\u6574\u4e00\u5e74\u7684\u65f6\u95f4\uff0c\u6765\u5b66\u4e60\u5982\u4f55\u9762\u5bf9\u7a81\u5982\u5176\u6765\u7684\u65b0\u51a0\u75c5\u6bd2\u3002\u81ea1\u67082\u65e5\u6211\u9662\u786e\u8bca\u7b2c\u4e00\u4f8b\u65b0\u51a0\u60a3\u8005\u4ee5\u6765\uff0c\u8ba9\u6211\u4eec\u610f\u8bc6\u5230\u4e00\u4e2a\u4e25\u8083\u7684\u4e8b\u5b9e\uff0c\u72e1\u733e\u7684\u65b0\u51a0\u75c5\u6bd2\u4e0d\u4ec5\u518d\u6b21\u5e2d\u5377","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3938"}; 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 () { } }); }); }