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=664&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: 1714888600, nonceStr: '6l8x55hpOg2CfZo4', signature: '4058e8e1c05e2e7ebe469b4ec50de73e04a68c77', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/5a996177e37ce93ff21b740c62d49d7b.jpg","title":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff1a\u795e\u5947\u201c\u9b54\u80ba\u201d\u91cd\u71c3\u751f\u547d\u5e0c\u671b","smalltext":"\u8fd1\u65e5\uff0c\u7af9\u6eaa\u53bf\u4e00\u4f4d\u7a81\u53d1\u6025\u6027\u5fc3\u6897\u7684\u60a3\u8005\uff0c\u88ab\u7d27\u6025\u9001\u5f80\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u8fdb\u884c\u6551\u6cbb\u3002\u62a2\u6551\u6025\u6027\u5fc3\u6897\uff0c\u65f6\u95f4\u5c31\u662f\u751f\u547d\uff0c\u773c\u770b\u60a3\u8005\u690d\u5165\u652f\u67b6\u540e\u4ecd\u7a81\u53d1\u5fc3\u5f8b\u5931\u5e38\u3001\u9635\u53d1\u6027\u5ba4\u6027\u5fc3\u52a8\u8fc7\u901f\uff0cIcu\u533b\u751f\u4e0e\u5bb6\u5c5e\u79ef\u6781","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=664"}; 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 () { } }); }); }