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=1288&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: 1747168314, nonceStr: 'A6sxvoUlBe9IP2cH', signature: '25f6bd16662ec166a39710ed4bc1f54734bea5d4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/d6aefb55b547cfdf6ccf886063483e96.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662:\u5e7f\u897f\u9996\u4e2a\u3001\u5168\u56fd\u7b2c\u4e8c\u5bb6\u201c\u5916\u56fd\u4e13\u5bb6\u5de5\u4f5c\u7ad9\u201d\u63ed\u724c\u6210\u7acb","smalltext":" 10\u670818\u65e5\u4e0a\u5348\uff0c\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u201c\u5916\u56fd\u4e13\u5bb6\u5de5\u4f5c\u7ad9\u201d\u63ed\u724c\u4eea\u5f0f\u5728\u533b\u9662\u95e8\u8bca\u5927\u5385\u4e3e\u884c\uff0c\u6807\u5fd7\u7740\u533a\u5185\u9996\u4e2a\u3001\u5168\u56fd\u7b2c\u4e8c\u5bb6\u5916\u56fd\u533b\u7597\u4e13\u5bb6\u5f15\u8fdb\u5e73\u53f0\u6b63\u5f0f\u5efa\u7acb\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1288"}; 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 () { } }); }); }