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=4088&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: 1745056303, nonceStr: '2kektdOeEL5F5nqs', signature: '2bce5a2a9509e59bc740ea192c42c188f522d4ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u201c\u76d1\u63a7\u5ba4\u5417\uff1f\u80fd\u4e0d\u80fd\u5e2e\u6211\u627e\u4e00\u4e2a\u533b\u751f\uff1f\u201d","smalltext":"2021\u5e742\u670823\u65e5\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u76d1\u63a7\u5ba4\u7a81\u7136\u63a5\u5230\u4e00\u4e2a\u7535\u8bdd\uff0c\u7535\u8bdd\u90a3\u5934\u4e00\u4f4d\u5973\u58eb\u95ee\u201c\u5e02\u7acb\u533b\u9662\u76d1\u63a7\u5ba4\u5417\uff1f\u80fd\u5426\u5e2e\u6211\u627e\u4e00\u4e2a\u533b\u751f\uff1f\u201d\u201c\u6211\u4eec\u4e5f\u4f1a\u63a5\u5230\u5404\u79cd\u8981\u6c42\u67e5\u8be2\u76d1\u63a7\u7684\u7535\u8bdd\uff0c\u4e00\u822c\u662f\u627e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4088"}; 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 () { } }); }); }