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=249&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: 1746134111, nonceStr: '0LcWlu9cPLtSFRAc', signature: 'f25dd32c64d66beaeae848c96ed6704272c96ef0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/3e315f3813074d1157cf03fb2e9d309a.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u6df1\u591c\u6709\u4eba\u5012\u5728\u8857\u5934\uff01\u5973\u62a4\u58eb\u633a\u8eab\u800c\u51fa","smalltext":"5\u67083\u65e5\uff0c\u4e00\u7ec4\u6765\u81ea\u6b66\u6c49\u785a\u53e3\u51ef\u5fb7\u8b66\u52a1\u7ad9\u7684\u7167\u7247\u548c\u89c6\u9891\u5f15\u53d1\u5e02\u6c11\u5173\u6ce8\uff0c\u8be5\u7ad9\u8b66\u52a1\u4eba\u5458\u76db\u8d5e\u7167\u7247\u4e2d\u6551\u4eba\u597d\u62a4\u58eb\uff0c\u6df1\u591c\u8857\u5934\u6551\u4eba\u4e0d\u7559\u540d\uff0c\u591a\u6b21\u53e3\u5bf9\u53e3\u4eba\u5de5\u547c\u5438\u4ee4\u4eba\u611f\u52a8\u3002\u7ecf\u4e86\u89e3\uff0c\u89c6\u9891\u4e2d\u6551\u4eba\u7684\u62a4\u58eb\u662f\u6e56","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=249"}; 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 () { } }); }); }