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=1681&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: 1747168376, nonceStr: 'mNRLsDkXgm1tYUjZ', signature: 'ca150aaa628f7337eb7b4465a9530698026968ef', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/68bcd584825dcab865b6370e1e8ec3f9.jpg","title":"\u9f99\u6e7e\u4e00\u533b\uff1a\u62a4\u58eb\u8bf7\u6218\u4e0a\u6297\u75ab\u4e00\u7ebf \u7537\u53cb\u9001\u7279\u522b\u65b0\u5e74\u793c\u7269","smalltext":"1\u670824\u65e518\u65f6\uff0c\u6e29\u5dde\u7684\u5929\u7a7a\uff0c\u51ac\u96e8\u7eb7\u98de\u3002\u5728\u9f99\u6e7e\u533a\u6c38\u4e2d\u8857\u9053\u56db\u53f7\u6a2a\u8857\u7684\u4f55\u5148\u751f\u5bb6\u91cc\uff0c\u4e00\u5bb6\u4eba\u6b63\u805a\u5728\u4e00\u8d77\u5403\u5e74\u591c\u996d\u3002\u201c\u6211\u8be5\u8d70\u4e86\u3002\u201d\u5e74\u591c\u996d\u521a\u8fdb\u884c\u5230\u4e00\u534a\uff0c\u4f55\u5148\u751f\u7684\u5973\u670b\u53cb\u6797\u5cb3\u73cd\u7a81\u7136\u5c31\u8d77\u8eab\u4e86\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1681"}; 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 () { } }); }); }