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=717&classid=9&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: 1714246040, nonceStr: '6zafqbgM1bDAnsy3', signature: 'e9927f450255cdb3410a05682bfa63c6469ea1a0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/506e2c4ffdc6fd6d5331945f2e72d1e8.jpeg","title":"\u4fde\u536b\u950b\uff1a\u4ec1\u6d4e\u7cbe\u795e\u5728\u5f53\u4e0b\u7684\u8be0\u91ca","smalltext":"\u4ec1\u6d4e\u7cbe\u795e\u662f\u4ec0\u4e48\uff1f\u6211\u8ba4\u4e3a\u662f\u4f20\u627f\u4e86175\u5e74\u7684\u533b\u8005\u6587\u5316\uff0c\u662f\u4e00\u79cd\u4ec1\u6d4e\u533b\u8005\u96c6\u4f53\u4eba\u683c\u7684\u73b0\u5b9e\u8868\u73b0\u3002\u65e0\u8bba\u662f\u201c\u4ec1\u672f\u6d4e\u4e16\uff0c\u533b\u672f\u5b89\u6c11\u201d\uff0c\u8fd8\u662f\u201c\u4e0d\u5fd8\u521d\u5fc3\uff0c\u65b9\u80fd\u59cb\u7ec8\u201d\uff0c\u53c8\u6216\u8005\u662f\u201c\u656c\u4f51\u751f\u547d\uff0c\u6551\u6b7b\u6276\u4f24\u201d\uff0c\u90fd\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=717"}; 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 () { } }); }); }