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=1453&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: 1714247687, nonceStr: 'JJm9ZIobPaQACDKm', signature: 'b576e67c77109d3a70150e7d969bc7997342a174', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/6b13434614d17035b082c3d588655852.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u4e2a\u989c\u55f2\u55f2\u7684\u6545\u4e8b\uff0c\u611f\u52a8\u4e86\u6574\u6761\u8857","smalltext":"\u8f9b\u4ea5\u5e74\u516b\u6708\u4e5d\u65e5\uff08\u9633\u53861911\u5e7410\u670810\u65e5\uff09\uff0c\u6b66\u660c\u8d77\u4e49\uff0c\u6e56\u5317\u6218\u4e8b\u53d1\u751f\u2026\u2026\u6e58\u4e2d\u5065\u513f\u8d74\u6218\u8005\u6570\u53ca\u4e07\u4eba\uff0c\u6b7b\u4f24\u8005\u751a\u591a\u2026\u2026\u540c\u5e74\u4e5d\u6708\u4e03\u65e5\uff08\u9633\u538610\u670828\u65e5\uff09\u201c\u4e2d\u56fd\u7ea2\u5341\u5b57\u4f1a\u6e56\u5357\u5206\u4f1a\u201d\u6b63\u5f0f\u6210\u7acb\uff0c\u9009\u4e3e\u8463\u4e8b\u4f1a\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1453"}; 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 () { } }); }); }