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=2081&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: 1747147310, nonceStr: 'ZiVOLWQ1DK8LG5IR', signature: 'af23d8b79a36f7029c4b3dfc24248410b0d7bc9a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/e6c5eeaa5653df6c19d2fe547ccdd43b.jpg","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u6709\u4e00\u79cd\u81ea\u8c6a\uff0c\u53eb\u201c\u706b\u7ebf\u5165\u515a\u201d","smalltext":"\u3000\u3000\u201c\u6211\u5fd7\u613f\u52a0\u5165\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u62e5\u62a4\u515a\u7684\u7eb2\u9886\uff0c\u9075\u5b88\u515a\u7684\u7ae0\u7a0b\u2026\u2026\u201d2\u670825\u65e5\u4e0b\u5348\uff0c\u94ff\u9535\u6709\u529b\u7684\u5165\u515a\u5ba3\u8a93\u58f0\u5728\u6211\u9662\u529e\u516c\u533a3\u697c\u515a\u5458\u6d3b\u52a8\u5ba4\u54cd\u8d77\uff0c\u653e\u5c04\u79d1\u4e3b\u4efb\u51af\u9ece\u660e\u9762\u5bf9\u9c9c\u7ea2\u7684\u515a\u65d7\uff0c\u4ee5\u201c\u706b\u7ebf\u5165\u515a\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2081"}; 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 () { } }); }); }