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=1739&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: 1749463001, nonceStr: 'CDmoOncfBugqhc1y', signature: '9cfe344e22e514a1fc6046e5754aa1115ff9f7a3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/f596bc7cad4f2fe459233685fe167262.jpg","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\uff1a\u7b51\u8d77\u575a\u5f3a\u9632\u7ebf \u6297\u51fb\u75ab\u60c5\u6253\u786c\u4ed7","smalltext":"\u9632\u63a7\u5c31\u662f\u8d23\u4efb\u3001\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u9662\u515a\u603b\u652f\u9ad8\u5ea6\u91cd\u89c6\u7d27\u6025\u5907\u6218\u3002\u533b\u9662\u5148\u540e\u6210\u7acb\u9632\u63a7\u5de5\u4f5c\u9886\u5bfc\u5c0f\u7ec4\u548c\u9632\u63a7\u5de5\u4f5c\u5c0f\u7ec4\u3001\u9632\u63a7\u4e34\u5e8a\u6551\u6cbb\u4e13\u5bb6\u7ec4\u3001\u540e\u52e4\u5de5\u4f5c\u5c0f\u7ec4\u3001\u5ba3\u4f20\u5de5\u4f5c\u7ec4\u7b49\u5de5\u4f5c\u673a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1739"}; 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 () { } }); }); }