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=2165&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: 1749447705, nonceStr: 'nrUl4AHFC0M7mJHx', signature: '1e746c857928cb0ce9ebd5026d91481fdf11023c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u7528\u884c\u52a8\u5151\u73b0\u4e00\u4e2a\u533b\u8005\u7684\u5fe0\u8bda\u4e0e\u62c5\u5f53","smalltext":"\u674e\u6842\u4e91,\u5973\uff0c\u6c49\u65cf\uff0c48\u5c81\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u4e3b\u4efb\u533b\u5e08\uff0c\u73b0\u4efb\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\uff08\u53d1\u70ed\u95e8\u8bca\u3001\u6025\u6551\u4e2d\u5fc3\uff09\u4e3b\u4efb\uff0c\u6025\u8bca\u91cd\u75c7\u515a\u652f\u90e8\u4e66\u8bb0\uff0c\u533b\u9662\u65b0\u51a0\u80ba\u708e\u6838\u5fc3\u4e13\u5bb6\u7ec4\u6210\u5458\u3002\u8d35\u5dde\u7701\u6025\u8bca\u5b66\u5206\u4f1a\u59d4\u5458\uff0c\u4e2d\u56fd\u5730\u5e02\u7ea7","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2165"}; 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 () { } }); }); }