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=5133&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: 1714411281, nonceStr: 'oWbqcdn2ZsOZKRV0', signature: 'd56edd968d1bfe3ed98a8e2ff9451f5adeceeace', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\u533b\u7597\u91cd\u5e86\u4e5d\u9f99\u5761\u533b\u9662\uff1a\u4e00\u95f2\u5fe7\u8651\u8d77 \u4e00\u5fd9\u767e\u6101\u6d88","smalltext":"\u53e4\u5e0c\u814a\u540d\u533b\u5e0c\u6ce2\u514b\u62c9\u5e95\u8bf4\u8fc7:\u201c\u4e86\u89e3\u4e00\u4e2a\u4ec0\u4e48\u6837\u7684\u4eba\u5f97\u4e86\u75c5\uff0c\u6bd4\u4e86\u89e3\u4e00\u4e2a\u4eba\u5f97\u4e86\u4ec0\u4e48\u6837\u7684\u75c5\u66f4\u91cd\u8981\u3002\u201d\u4e0d\u540c\u7684\u60a3\u8005\uff0c\u4e0d\u540c\u7684\u5e74\u9f84\u3001\u6027\u683c\u3001\u6587\u5316\u7a0b\u5ea6\u3001\u75be\u75c5\u7684\u79cd\u7c7b\uff0c\u5bf9\u62a4\u7406\u7684\u9700\u6c42\u3001\u671f\u671b\u548c\u611f\u53d7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5133"}; 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 () { } }); }); }