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=2342&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: 1749421034, nonceStr: '9c5j2Zl4c8bZaSz2', signature: 'a96215babdbe92f603481c0f935da0315fc4385d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u7fa4\u9006\u884c\u768495\u540e\u62a4\u58eb","smalltext":"3\u670818\u65e5\uff0c\u662f\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u966295\u540e\u5e74\u8f7b\u62a4\u58eb\u5f90\u79cb\u8335\u652f\u63f4\u201c\u6297\u75ab\u201d\u4e00\u7ebf\u7684\u7b2c56\u5929\uff0c\u4ece\u6625\u8282\u524d\u76841\u670823\u65e5\u7b97\u8d77\uff0c\u5f90\u79cb\u8335\u5df2\u7ecf\u5728\u611f\u67d3\u6027\u75be\u75c5\u79d1\u652f\u63f4\u4e867\u5468\u30023\u6708\u7684\u7b2c\u4e09\u5468\uff0c\u6839\u636e\u5b89\u6392\uff0c\u5f90\u79cb\u8335\u5f00\u59cb\u201c\u8f6c\u6218\u201d\u53d1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2342"}; 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 () { } }); }); }