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=1246&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: 1714974063, nonceStr: '3okCvILPjPtHVZQq', signature: '47d9371f15e29b56dea94e5e97945194855f0e2d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/f637b78c6aa83261838ced8616167263.png","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u6768\u6587\u589e\u6559\u6388\u65b0\u53d1\u660e\u8363\u83b7\u7b2c\u4e8c\u5c4a\u4e2d\u56fdUA\u2014\u5409\u5c3c\u65af\u521b\u65b0\u5927\u5956\u8d5b\u5317\u90e8\u8d5b\u533a\u4e8c\u7b49\u5956","smalltext":"\u6211\u9662\u6ccc\u5c3f\u5916\u79d1\u4e3b\u4efb\u6768\u6587\u589e\u6559\u6388\u7684\u521b\u65b0\u9879\u76ee\u2014\u68d2\u72b6\u7403\u56ca\u6269\u5f20\u5668\u4e00\u8def\u8fc7\u5173\u65a9\u5c06\uff0c\u6700\u7ec8\u8363\u83b7\u4e8c\u7b49\u5956\uff0c\u5c06\u8fdb\u51652019\u5e7411\u67088\u65e5\u5728\u5e7f\u5dde\u4e3e\u529e\u7684\u4e2d\u56fdUA\u2014\u5409\u5c3c\u65af\uff08Genius\uff09\u521b\u65b0\u5927\u5956\u8d5b\u5e74\u5ea6\u603b\u51b3\u8d5b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1246"}; 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 () { } }); }); }