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=1509&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: 1716235949, nonceStr: 'cSWfaNLWa9MzyE9S', signature: 'c35ffcd76b8b1c557e3b066fe4c063ad71a3e96e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/b91ef9e32177d0ab94f25d6e83b2a0e3.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a47\u5e74\u4e3a\u75c5\u4eba\u5f00\u80f84000\u591a\u6b21\uff0c\u56db\u5ddd\u533b\u751f\u5f20\u540c\u94a6\u4e3a\u75c5\u4eba\u7d2f\u9a7c\u4e86\u80cc","smalltext":" \u5982\u679c\u6709\u4e00\u79cd\u5de5\u4f5c\uff0c\u80fd\u628a\u4f60\u7684\u8eab\u4f53\u53d8\u5f97\u201c\u7578\u5f62\u201d\uff0c\u62c9\u4f4e\u4f60\u7684\u989c\u503c\uff0c\u4f60\u4f1a\u53bb\u505a\u5417\uff1f\u5728\u56db\u5ddd\u7b80\u9633\uff0c\u6709\u8fd9\u4e48\u4e00\u4f4d\u533b\u751f\uff0c\u4ece\u533b47\u5e74\u7684\u4ed6\u5171\u4e3b\u5200\u5404\u7c7b\u624b\u672f2\u4e07\u591a\u53f0\uff0c\u5176\u4e2d\u5927\u578b\u5f00\u80f8\u624b\u672f4000\u4f59\u53f0\u6b21\uff0c\u8fc7\u5ea6\u7684\u52b3\u7d2f\u8ba9\u4ed6\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1509"}; 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 () { } }); }); }