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=1309&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: 1747193421, nonceStr: 'U97I3mpuqfKEQHES', signature: '6b71442eaf6473bef0263a6584b2ce55ce118a0e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/ad4df1d856514d01f6d5fdf0410be674.jpg","title":"\u5e73\u5ea6\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u624b\u672f\u5ba4\u7684\u201c\u95ef\u5173\u201d\u6280\u5de7\u8ba9\u4f60\u4e0d\u518d\u6015","smalltext":"\u8c08\u8d77\u624b\u672f\u5ba4\uff0c\u4e0d\u5c11\u4eba\u4f1a\u4e0d\u5bd2\u800c\u6817\uff0c\u90a3\u662f\u4e00\u4e2a\u8ba9\u4eba\u597d\u5947\u53c8\u6050\u60e7\u7684\u5730\u65b9\u3002\u624b\u672f\u524d\uff0c\u6211\u53ef\u4e0d\u53ef\u4ee5\u5403\u996d\uff0c\u53ef\u4e0d\u53ef\u4ee5\u559d\u6c34\uff1f\u6211\u5565\u65f6\u5019\u53ef\u4ee5\u4e0a\u5395\u6240\uff1f\u6211\u7684\u9996\u9970\u9700\u8981\u6458\u4e0b\u6765\u5417\uff1f\u624b\u672f\u5ba4\u91cc\u4f1a\u4e0d\u4f1a\u5f88\u51b7\uff1f\u5404\u79cd\u7591\u95ee\uff0c\u5404\u79cd\u7d27\u5f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1309"}; 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 () { } }); }); }