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=4151&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: 1746313984, nonceStr: 'A9WZdoC9cRMiCD3o', signature: '3eeddc9fdd527324b6cfaf4021d9beb4a10a814e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u51fa\u9662\u60a3\u8005\u56db\u6b21\u8fd4\u9662 \u53ea\u4e3a\u611f\u8c22\u4e3b\u6cbb\u533b\u751f","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u4f4d\u5927\u7237\u62ff\u7740\u4e00\u9762\u5370\u6709\u201c\u533b\u5fb7\u9ad8\u5c1a\u4f20\u4f73\u97f3\uff0c\u70ed\u60c5\u670d\u52a1\u4f3c\u4eb2\u4eba\u201d\u7684\u9526\u65d7\u6765\u5230\u4e86\u6566\u5316\u5e02\u533b\u9662\u3002\u8fd9\u4f4d\u60a3\u8005\u4e8e\u4e00\u4e2a\u6708\u524d\u5728\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u7597\u533a\u75c5\u6108\u51fa\u9662\u540e\uff0c\u5148\u540e\u56db\u6b21\u91cd\u8fd4\u533b\u9662\uff0c\u53ea\u4e3a\u611f\u8c22\u4ed6\u7684\u4e3b\u6cbb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4151"}; 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 () { } }); }); }