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=745&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: 1716095198, nonceStr: '69elsVnmXEhwO58l', signature: 'b59a348985d340ac935f8d8e3c8f4b8d233bc57e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/be5e0009c17fa99fbb146982ab243e6a.jpg","title":"\u6d59\u5927\u56db\u9662\uff1a\u57fa\u5c42\u533b\u751f\u8bc6\u522b\u6025\u5371\u91cd\u75c7\u80fd\u529b\u5927\u5927\u63d0\u5347","smalltext":" \u8d70\u8fdb\u6d59\u5927\u56db\u9662\u533b\u5171\u4f53\u798f\u7530\u9662\u533a\u524d\uff0c\u674e\u5927\u59d0\u53ea\u60f3\u8f93\u4e2a\u6db2\uff0c\u5f00\u70b9\u80c3\u836f\u3002\u6700\u8fd1\u8fd9\u6bb5\u65f6\u95f4\uff0c\u5979\u4e0a\u8179\u90e8\u603b\u662f\u4e00\u9635\u9635\u75bc\uff0c\u5979\u89c9\u5f97\u662f\u81ea\u5df1\u7684\u8001\u80c3\u75c5\u53c8\u72af\u4e86\u3002 \u79bb\u5f00\u65f6\uff0c\u5979\u5374\u8eba\u5728\u4e86120\u6025\u6551\u8f66\u4e0a\uff0c\u4e00\u8fb9\u5438\u6c27\uff0c\u4e00\u8fb9\u8fdb\u884c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=745"}; 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 () { } }); }); }