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=673&classid=10&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: 1714422497, nonceStr: '4uF4cBSc0dJMWPOw', signature: 'f0e0e37fce57e407dbbe69f7b5aa3dba06cdc6ab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u997f\u762a\u201d\u80bf\u7624\uff0c\u201c\u517b\u80a5\u201d\u5065\u5eb7\u90e8\u4f4d","smalltext":"5\u670826\u65e5\uff0c\u5728\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u809d\u80c6\u5916\u79d1\u75c5\u533a\uff0c63\u5c81\u7684\u9648\u5927\u4f2f\u5728\u8d70\u5eca\u4e0a\u6563\u6b65\u3002\u201c\u5468\u4e3b\u4efb\uff0c\u8c22\u8c22\u4f60\u4eec\uff0c\u518d\u8fc7\u51e0\u5929\u6211\u53ef\u4ee5\u51fa\u9662\u4e86\u3002\u201d\u5927\u5916\u79d1\u4e3b\u4efb\u5468\u5efa\u6625\u7b11\u7740\u56de\u7b54\uff1a\u201c\u6062\u590d\u5f97\u5f88\u597d\uff0c\u56de\u5bb6\u597d\u597d\u4fee\u517b\u3002\u201d\u9648\u5927\u4f2f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=673"}; 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 () { } }); }); }