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=4406&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: 1744971481, nonceStr: 'TM43RRqVgXFKAqwE', signature: 'c266eda3dbc97ea2647f046fcf233ab771be101d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/1b04e2f42680cc387fc32843660fdb20.jpg","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u613f\u4f60\u5982\u79cb\u53f6\u4e4b\u9759\u7f8e","smalltext":"\u6bcf\u5929\u7a7f\u68ad\u5728\u75c5\u623f\u4e4b\u95f4\uff0c\u65e9\u5df2\u88ab\u65e5\u5e38\u7e41\u7410\u7684\u62a4\u7406\u5de5\u4f5c\u5360\u636e\u4e86\u53bb\u611f\u53d7\u6bcf\u4e00\u6b21\u7684\u611f\u52a8\uff0c\u7a81\u7136\u505c\u4e0b\u811a\u6b65\uff0c\u56de\u60f3\u5df2\u8d70\u8fc7\u7684\u62a4\u7406\u5de5\u4f5c\uff0c\u5176\u4e2d\u611f\u4eba\u7684\u77ac\u95f4\u65e0\u5904\u4e0d\u5728\u3002\u5728\u80bf\u7624\u79d1\uff0c\u6bcf\u5929\u9762\u5bf9\u751f\u547d\u5373\u5c06\u8d70\u5411\u7ec8\u70b9\u7684\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4406"}; 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 () { } }); }); }