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=791&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: 1746983777, nonceStr: '1mKaovA9bMsYzCKx', signature: 'ef2e292da2a40745119fc55210c74573d7838db4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/5010902cd0d053c939c0de32ea014c70.jpg","title":"\u65e0\u9521\u5e02\u534e\u5e84\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u505a\u597d\u533b\u751f\uff0c\u66f4\u8981\u505a\u5bb6\u5ead\u8d34\u5fc3\u4eba","smalltext":"\u3010\u5bfc\u8bed\uff1a\u3011\u300c\u6709\u65f6\u53bb\u6cbb\u6108\uff0c\u5e38\u5e38\u53bb\u5e2e\u52a9\uff0c\u603b\u662f\u53bb\u5b89\u6170\u3002\u300d\u572822\u5e74\u7684\u4e34\u5e8a\u751f\u6daf\u4e2d\uff0c\u738b\u65ed\u677e\u4e3b\u4efb\u7528\u4e00\u8a00\u4e00\u884c\u8df5\u884c\u7740\u8fd9\u53e5\u5e7f\u4e3a\u6d41\u4f20\u7684\u540d\u8a00\uff0c\u88ab\u534e\u5e84\u5468\u8fb9\u793e\u533a\u5c45\u6c11\u4eb2\u5207\u5730\u79f0\u4e3a\u300c\u5bb6\u5ead\u8d34\u5fc3\u4eba\u300d\u3002\u597d\u533b\u751f\uff0c\u5c31\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=791"}; 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 () { } }); }); }