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=866&classid=3&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: 1714803320, nonceStr: 'TtG1yUHt6U9Bm5Gd', signature: 'd597bf3a2ec38158a13304a70a480088f17ed346', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ae271563abbd5aacc3fbe22a475ca5ab.jpg","title":"\u59d4\u5458\u5ed6\u6587\u5a1f\uff1a\u4ee5\u52e4\u7acb\u8eab \u4ee5\u5fc3\u656c\u4e1a","smalltext":"\u201c\u51e1\u4e8b\u90fd\u8981\u811a\u8e0f\u5b9e\u5730\u53bb\u4f5c\uff0c\u4e0d\u9a70\u4e8e\u7a7a\u60f3\uff0c\u4e0d\u9e5c\u4e8e\u865a\u58f0\uff0c\u800c\u60df\u4ee5\u6c42\u771f\u7684\u6001\u5ea6\u4f5c\u8e0f\u5b9e\u7684\u5de5\u592b\u3002\u201d\u8fd9\u662f\u674e\u5927\u948a\u7684\u4e00\u53e5\u683c\u8a00\uff0c\u4e5f\u662f\u4e0a\u6d77\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662\u73b0\u4efb\u515a\u59d4\u526f\u4e66\u8bb0\u517c\u5ba3\u4f20\u90e8\u4e3b\u4efb\u5ed6\u6587\u5a1f\u5bf9\u5f85\u5de5\u4f5c\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=866"}; 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 () { } }); }); }