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=2304&classid=3&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: 1714871818, nonceStr: 'C5uJK85k2lrNT9Gv', signature: 'edb096f7123a1fe22ca960a23e2e0e97342bcc46', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/0a861bf8eaa3a9056683997a825cdde0.jpg","title":"\u59d4\u5458\u738b\u6676\uff1a\u7528\u7231\u5fc3\uff0c\u7b11\u7740\u751f\u6d3b","smalltext":"\u6211\u751f\u6d3b\u5728\u5317\u4eac\uff0c\u4f46\u6211\u662f\u4e00\u4e2a\u571f\u751f\u571f\u957f\u7684\u6b66\u6c49\u4f22\u3002\u867d\u7136\u5728\u505a\u7740\u6587\u5316\u4f20\u5a92\u5de5\u4f5c\uff0c\u4f46\u6211\u7231\u597d\u6c7d\u8f66\u548c\u5065\u5eb7\u8fd0\u52a8\uff0c\u662f\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u7684\u4e00\u540d\u59d4\u5458\u3002\u5317\u4eac\u57ce\u91cc\u4eba\u592a\u591a\u4e86\uff0c\u6211\u5e73\u65f6\u5de5\u4f5c\u592a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=2304"}; 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 () { } }); }); }