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=970&classid=4&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: 1714715270, nonceStr: 'vAhRCTMzglicPFJB', signature: 'e92b0ad54093b89dc6558c0538a8551f29461ba9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/1726f49507acac5ad5f362f3c0a6034e.jpg","title":"\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\u66f9\u6768\uff1a\u60c5\u6000+\u4e13\u4e1a \u6e29\u6696\u4e5f\u662f\u4e00\u79cd\u529b\u91cf","smalltext":"\u6211\u6ca1\u6709\u6765\u5230\u4eba\u4e16\u95f4\u5c31\u7ecf\u5386\u4e86\u4eba\u751f\u6700\u5927\u7684\u98ce\u9669\uff0c\u6ca1\u6709\u62a4\u58eb\uff0c\u5c31\u6ca1\u6709\u6211\u4e86\u300230\u591a\u5e74\u524d\u7684\u90a3\u4e2a\u5bd2\u51b7\u7684\u51ac\u591c\uff0c\u5728\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\u5f85\u4ea7\u7684\u4e00\u540d\u5b55\u5987\u7a81\u7136\u809a\u5b50\u75bc\uff0c\u8bef\u4ee5\u4e3a\u5403\u574f\u4e86\u809a\u5b50\uff0c\u8d70\u8fc7\u957f\u957f\u7684\u8d70\u5eca\uff0c\u81ea\u5df1\u6084\u6084","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=970"}; 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 () { } }); }); }