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=1964&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: 1715122986, nonceStr: 'bzWQU76sg1zgTqY3', signature: '7ffe2bc358ef4213a4d46281f94db6148e74fe7f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u516c\u536b\u4eba\u51b2\u950b\u5728\u524d\uff0c\u7b51\u7262\u9632\u63a7\u75ab\u60c5\u7684\u94c1\u58c1\u94dc\u5899","smalltext":" \u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u7684\u6218\u6597\u4e2d\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u516c\u5171\u536b\u751f\u79d1\u7684\u8d1f\u8d23\u4eba\u738b\u4e91\uff0c\u5e26\u9886\u5168\u79d1\u804c\u5de5\u4e0e\u6297\u75ab\u533b\u52a1\u4eba\u5458\u4e00\u8d77,\u4e0e\u65f6\u95f4\u8d5b\u8dd1\uff0c\u548c\u75ab\u60c5\u51b3\u6218\uff0c\u7b51\u7262\u4e86\u9632\u63a7\u75ab\u60c5\u7684\u94c1\u58c1\u94dc\u5899\u3002 \u519c\u5386\u521d\u4e00\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1964"}; 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 () { } }); }); }