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=855&classid=4&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: 1726870573, nonceStr: 'AzJRq3VD1uqlJ9Qk', signature: 'd2236b3e3e2ec1874f89e786efe90b88cd830298', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/0516b1f521bf7212c9b22dde81471ab6.jpg","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u767d\u6866\uff1a\u4e3a\u4e86\u660e\u5929,\u66f4\u5feb\u4e50\u7684\u4ed8\u51fa\u5427","smalltext":"\u5728\u533b\u9662\uff0c\u6211\u867d\u7136\u4e0d\u662f\u533b\u751f\uff0c\u53ea\u662f\u4e00\u4e2a\u5c0f\u5c0f\u7684\u65b0\u95fb\u901a\u8baf\u5458\uff0c\u6ca1\u6709\u4ed6\u4eec\u90a3\u4e48\u9ad8\u5927\u4e0a\uff0c\u4f46\u6211\u7528\u624b\u4e2d\u7684\u7b14\u4e5f\u5199\u51fa\u4e86\u5feb\u4e50\u7684\u6587\u5b57\u3002\u5e38\u8a00\u9053\uff1a\u201c\u5feb\u4e50\u662f\u5728\u4ed8\u51fa\u4e2d\u5f97\u5230\u7684\uff0c\u4f60\u4ed8\u51fa\u5f97\u8d8a\u591a\uff0c\u4f60\u5f97\u5230\u7684\u5feb\u4e50\u5c31\u8d8a\u591a\u3002\u201d\u6b63","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=855"}; 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 () { } }); }); }