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=580&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: 1714670837, nonceStr: 'QqToK3j0BhnV3qeu', signature: '9cc0a456e12ecedabe8dd2355be803653d57143d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/096837bfc0dee2c9c0126b2e55dfe418.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9664\u98a470\u6b21\uff0c\u5386\u65f65\u5c0f\u65f6\uff0c\u6210\u529f\u633d\u6551\u60a3\u8005\u751f\u547d","smalltext":"\u8fd9\u662f\u4e00\u6b21\u6fc0\u70c8\u5230\u60a3\u8005\u80f8\u524d\u76ae\u80a4\u7834\u6e83\u7126\u9ed1\u3001\u533b\u751f\u808c\u8089\u62c9\u4f24\u7684\u7d27\u6025\u65bd\u6551\uff01\u8fd9\u662f\u4e00\u6b21\u8ba9\u533b\u751f\u3001\u60a3\u8005\u3001\u5bb6\u5c5e\u90fd\u6bd5\u751f\u96be\u5fd8\u7684\u9664\u98a470\u6b21\uff0c\u751f\u6b7b5\u5c0f\u65f6\uff01\u7a81\u53d1\uff1a\u60a3\u8005\u7a81\u53d1\u80f8\u75db5\u670829\u65e5\u7684\u665a\u4e0a9:29\u5206\uff0c\u6025\u6551\u8f66\u7684\u547c\u5578","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=580"}; 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 () { } }); }); }