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=1733&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: 1747169753, nonceStr: 'fGMvuNLh4odfSacR', signature: 'a77dc5befafdab67dd89e0fd2849fe0ff7f15235', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u5f88\u591a\u4eba\u5f85\u70e6\u4e86\u7684\u5730\u65b9 \u6b63\u662f\u6211\u4eec\u60f3\u56de\u4e5f\u56de\u4e0d\u53bb\u7684\u5bb6","smalltext":"\u5728\u533b\u9662\uff0c\u54ea\u4e2a\u79d1\u5ba4\u662f\u5371\u3001\u91cd\u3001\u9669\u3001\u6025\u75c5\u4eba\u5165\u9662\u6cbb\u7597\u7684\u5fc5\u7ecf\u4e4b\u8def\uff1f\u5728\u533b\u9662\uff0c\u54ea\u4e2a\u79d1\u5ba4\u75c5\u79cd\u6700\u96c6\u4e2d\uff0c\u62a2\u6551\u548c\u7ba1\u7406\u4efb\u52a1\u6700\u91cd\uff1f\u5728\u533b\u9662\uff0c\u54ea\u4e2a\u79d1\u5ba4\uff0c\u5de5\u4f5c\u8d77\u6765\u968f\u673a\u6027\u5f3a\u3001\u65f6\u95f4\u6027\u5f3a\uff1f\u5728\u533b\u9662\uff0c\u54ea\u4e2a\u79d1\u5ba4\u5168\u5929\u5019\u5f00\u653e\uff0c24","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1733"}; 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 () { } }); }); }