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=1282&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: 1749480481, nonceStr: 'ze6RreKwLWelMN7v', signature: '0706f165705f4bea364577ebe2f5b342381b032d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/67039ab34990eaf123a7ba4ff23da1bf.png","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e2d\u533b\u836f\u5927\u5b66\u5802 \u8ba9\u5b69\u5b50\u5728\u5b9e\u8df5\u4e2d\u5b66\u4e2d\u533b","smalltext":"\u4e3a\u54cd\u5e94\u82cf\u5dde\u5e02\u7b2c\u4e5d\u5c4a\u201c\u4e2d\u533b\u836f\u5c31\u5728\u4f60\u8eab\u8fb9\u201d\u6d3b\u52a8\uff0c\u4eca\u5929\uff0810\u670819\u65e5\uff09\u4e0b\u5348\uff0c\u82cf\u5dde\u5e02\u672a\u6210\u5e74\u4eba\u793e\u4f1a\u5b9e\u8df5\u4f53\u9a8c\u7ad9-\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u533b\u5b66\u4f53\u9a8c\u57fa\u5730\u4e3e\u529e\u201c\u4e2d\u533b\u836f\u5927\u5b66\u5802\u201d\u6d3b\u52a8\uff0c\u5438\u5f15\u5168\u5e0225\u7ec4\u5bb6\u5ead\u53c2\u52a0\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1282"}; 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 () { } }); }); }