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=3326&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: 1749375888, nonceStr: 'dE8QGKpdJrLS8kC6', signature: '99cd4fa51ca73760e601669c25dd34c3d35afaf9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/b8f265ceb6c4392bdb79354f00bb7153.jpg","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u63a5\u529b\u93d6\u6218\uff0c110\u5929\u8dd1\u8d62\u6b7b\u795e","smalltext":"950g\u6709\u591a\u91cd\uff1f\u6216\u8bb8\u5c31\u662f\u4e00\u888b\u9e21\u86cb\u3001\u51e0\u53ea\u82f9\u679c\u7684\u91cd\u91cf\uff0c\u7136\u800c\uff0c\u8fd9\u4e5f\u662f\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u6210\u529f\u6551\u6cbb\u7684\u4e00\u540d\u8d85\u65e9\u4ea7\u7537\u5a74\u521a\u751f\u4e0b\u6765\u7684\u4f53\u91cd\u30025\u670822\u65e5\uff0c\u7ecf\u8fc7\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u533b\u62a4\u4eba\u5458\u957f\u8fbe110\u5929\u7684\u7cbe\u5fc3\u6cbb\u7597\uff0c\u8fd9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3326"}; 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 () { } }); }); }