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=2049&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: 1747147729, nonceStr: 'nuNsU8AG4T8fgyJ0', signature: '491aa957040b0eb565b1313b65b17b3570993fb0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/bc77956c5a327a6def6e16dece56553b.jpg","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u4e3a\u4e86\u4ee5\u540e\u66f4\u597d\u5730\u966a\u4f60","smalltext":"\u4ece\u4e49\u65e0\u53cd\u987e\u5730\u62a5\u540d\uff0c\u5230\u4eca\u59292\u670823\u65e5\uff0c\u8303\u4e3d\u7ea2\u5df2\u7ecf\u5728\u6297\u75ab\u4e00\u7ebf\u5de5\u4f5c\u6574\u6574\u4e00\u4e2a\u6708\u4e86\u30021\u670823\u65e5\uff0c\u8303\u4e3d\u7ea2\u5728\u5fae\u4fe1\u670b\u53cb\u5708\u5199\u5230\uff1a\u201c\u5728\u8fd9\u9616\u5bb6\u56e2\u5706\u7684\u65e5\u5b50\u91cc\uff0c\u6211\u4eec\u51fa\u5f81\u4e86\uff01\u8fd9\u4efd\u533b\u52a1\u4eba\u5458\u80a9\u8d1f\u7684\u4f7f\u547d\u5bb9\u4e0d\u5f97\u81ea\u5df1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2049"}; 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 () { } }); }); }