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=401&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: 1716317793, nonceStr: 'BcDergP1DCeJSkNV', signature: '6fe1499fed922d40158e5fae8ce7d1cc975bf6c5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/ab306821baa87e230cdf04ec208959ff.jpg","title":"\u56fd\u5185\u9886\u5148\uff0c\u5e38\u5dde\u4e00\u9662\u5168\u7a0b\u5b9e\u65bd\u6df7\u5408\u73b0\u5b9e\u6280\u672f\uff01","smalltext":"\u8fd1\u65e5\uff0c\u5e38\u5dde\u4e00\u9662\u810a\u67f1\u5916\u79d1\u56e2\u961f\u5728\u5168\u7a0bMR\u6280\u672f\u4e0b\u987a\u5229\u5b8c\u6210\u9888\u690e\u7ed3\u6838\u75c5\u7076\u6e05\u9664\u52a0\u949b\u7b3c\u690d\u9aa8\u878d\u5408\u672f\uff0c\u6807\u5fd7\u7740\u79d1\u5ba4\u5728\u8be5\u9886\u57df\u7684\u6280\u672f\u5b9e\u529b\u8fbe\u5230\u56fd\u5185\u9886\u5148\u6c34\u5e73\u3002\u636e\u6089\uff0c\u5e38\u5dde\u4e00\u9662\u6210\u4e3a\u7387\u5148\u5728\u56fd\u5185\u5168\u7a0b\u5f00\u5c55\u6b64","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=401"}; 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 () { } }); }); }