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=2090&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: 1716060381, nonceStr: '8MJuU98EBOm8PLgN', signature: '4591f7c0a2eac62404d0d92f17976dc73871f103', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/e51f259526b24fd9fafcb6d08f38997d.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e2d\u5c71\u901f\u5ea6\uff01\u4e94\u5929\u4e94\u591c\u201c\u62a2\u201d\u51fa1100\u5f20\u5e8a\u4f4d","smalltext":" 2\u670814\u65e5\uff0c\u6b66\u6c49\u5e02\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u6307\u6325\u90e8\u7814\u7a76\u51b3\u5b9a\uff0c\u5f81\u7528\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff091100\u5f20\u5e8a\u4f4d\u96c6\u4e2d\u6536\u6cbb\u65b0\u51a0\u80ba\u708e\u60a3\u8005\uff0c\u8981\u6c42\u533b\u9662\u5728\u4e94\u5929\u5185\u5b8c\u6210\u75c5\u533a\u6539\u9020\u5de5\u7a0b\u3002 2\u670818\u65e5\uff0c\u6e56","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2090"}; 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 () { } }); }); }