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=4831&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: 1716103012, nonceStr: 'qIDXSYmWuDfc1CTE', signature: '6c262a9877c42144dd274518c5e626390efc3379', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/2c6d308db8e6113843588fe0aad428d7.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5973\u513f\u7684\u4e00\u5c01\u6765\u4fe1\uff0c\u8ba9\u652f\u63f4\u626c\u5dde\u7684\u4e03\u5c3a\u7537\u513f\u843d\u6cea","smalltext":"8\u670826\u65e5\uff0c\u521a\u5fd9\u5b8c\u4efb\u52a1\u56de\u5230\u9a7b\u5730\uff0c\u5e38\u5dde\u4e00\u9662\u63f4\u626c\u5dde\u533b\u7597\u961f\u961f\u5458\u5f20\u5e86\u5e86\u5c31\u6536\u5230\u4e86\u8001\u5a46\u53d1\u6765\u7684\u4e00\u5f20\u56fe\u7247\uff0c\u8fd9\u662f10\u5c81\u7684\u5973\u513f\u5199\u7ed9\u81ea\u5df1\u7684\u4e00\u5c01\u4fe1\u3002\u8bfb\u7740\u8bfb\u7740\uff0c\u4ed6\u7684\u773c\u89d2\u4e0d\u7981\u6e7f\u6da6\u4e86\u3002\u5f20\u5e86\u5e86\u662f\u5e38\u5dde\u4e00\u9662\u624b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4831"}; 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 () { } }); }); }