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=4399&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: 1744787743, nonceStr: 'qq1BJjy7RywmoprR', signature: '107519893210582b389b38d2b898a39a73520da9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/d63eb195e40e6badbca8a1b3be9fd906.png","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e00\u573a\u4ece\u672a\u505c\u6b62\u7684\u4e49\u8bca","smalltext":"\u201c\u5582\uff0c\u533b\u751f\uff0c\u8bf7\u95ee\u4f60\u4eec\u4e49\u8bca\u5728\u54ea\u91cc\u554a\uff1f\u201d\u201c\u5728\u95e8\u8bca\u3002\u201d\u201c\u6211\u5728\u95e8\u8bca\u548b\u6ca1\u770b\u89c1\u5462\uff1f\u201d\u201c\u7a0d\u7b49\uff0c\u6211\u9a6c\u4e0a\u8fc7\u6765\uff01\u201d6\u67088\u65e512\u70b9\u5de6\u53f3\uff0c\u4ecb\u5165\u79d1\u4e3b\u4efb\u949f\u6d9b\u63a5\u5230\u60a3\u8005\u8521\u67d0\u7684\u7535\u8bdd\u540e\uff0c\u7acb\u5373\u8d76\u5f80\u95e8\u8bca\uff0c\u627e\u4e86\u51e0\u5708\uff0c\u59cb\u7ec8\u6ca1\u6709\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4399"}; 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 () { } }); }); }