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=4410&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: 1744969294, nonceStr: 'ZBvtLeV9sKjL6agZ', signature: '52d9825f5d9bc13a7cde9b3c1054ae7255cb1d66', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/45eda1d2adb967cc192a9fc4018da353.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e24\u5e7412\u671f\uff0c\u64e6\u4eae\u201c\u674f\u6797\u9001\u6696\u201d\u515a\u5efa\u54c1\u724c","smalltext":"\u201c\u6211\u4e0a\u4e2a\u6708\u6d4b\u4e86\u8840\u7cd6\u6709\u70b9\u9ad8\uff0c\u8fd9\u4e2a\u6708\u518d\u6765\u6d4b\u6d4b\u770b\uff0c\u4f60\u4eec\u8fd9\u4e2a\u6d3b\u52a8\u771f\u7684\u597d\uff0c\u6bcf\u4e2a\u6708\u5b9a\u671f\u6765\u7ed9\u6211\u4eec\u4e49\u8bca\uff0c\u6d4b\u91cf\u8840\u538b\u3001\u8840\u7cd6\uff0c\u6211\u4eec\u51e0\u4e2a\u90bb\u5c45\u90fd\u8bf4\u8fd9\u4e2a\u670d\u52a1\u771f\u7684\u597d\u7684\u4e0d\u5f97\u4e86\u201d\uff0c\u5c45\u6c11\u738b\u963f\u59e8\u6fc0\u52a8\u5730\u8bf4\u30026\u670818","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4410"}; 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 () { } }); }); }