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=6835&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: 1746103423, nonceStr: 'jQ2cYOk15juMFBuf', signature: '0027fb5da3a5e13eb9b3a185e2397ed38c0f4dc3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"{\u4eba\u6587\u6709\u60a8}\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7cfb\u5217\u516c\u76ca\u76f4\u64ad\u8bbf\u8c08\u6d3b\u52a8\u8bda\u9080\u53c2\u52a0\uff01","smalltext":"\u5728\u533b\u7597\u6280\u672f\u6301\u7eed\u9769\u65b0\u4e0e\u533b\u7597\u670d\u52a1\u4e0d\u65ad\u4f18\u5316\u7684\u80cc\u666f\u4e0b\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4f5c\u4e3a\u63d0\u5347\u533b\u7597\u670d\u52a1\u8d28\u91cf\u4e0e\u60a3\u8005\u6ee1\u610f\u5ea6\u7684\u5173\u952e\u56e0\u7d20\uff0c\u6b63\u9010\u6e10\u6210\u4e3a\u793e\u4f1a\u5404\u9636\u5c42\u5173\u6ce8\u7684\u7126\u70b9\u3002\u4e3a\u8fdb\u4e00\u6b65\u8d2f\u5f7b\u56fd\u5bb6\u5173\u4e8e\u52a0\u5f3a\u533b\u5b66\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6835"}; 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 () { } }); }); }