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=944&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: 1715929016, nonceStr: 'h0buHP2HGFlzdJgH', signature: 'a709b5f521f29d4ce9228565e717fc14feb63ae0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/5bae6172e3415d40ddb4ae322c6f81d5.jpg","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662:\u4e03\u5915 \u4ed6\u4eec\u5728\u4e0e\u6b7b\u795e\u4e89\u5206\u593a\u79d2","smalltext":"\u4e03\u5915\uff0c\u6216\u8bb8\u4f60\u548c\u604b\u4eba\u6b63\u5fd9\u7740\u7ea6\u4f1a\uff0c\u800c\u4ed6\u4eec\u5374\u5728\u548c\u6b7b\u795e\u4e89\u5206\u593a\u79d2\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=944"}; 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 () { } }); }); }