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=2565&classid=11&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: 1746210372, nonceStr: '3kM4svGg3VPK1dOH', signature: 'd04595bd8b6b58a3874e0a20757b042a9602df98', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\uff1a\u7cbe\u795e\u79d1\u62a4\u7406\u5b89\u5168\u9884\u8b66\u5de5\u4f5c\u4e2d\u7684\u4eba\u6587\u5b9e\u8df5","smalltext":"\u5728\u62a4\u7406\u5de5\u4f5c\u8fc7\u7a0b\u4e2d\uff0c\u5411\u60a3\u8005\u63d0\u4f9b\u4e13\u4e1a\u79d1\u5b66\u670d\u52a1\uff0c\u540c\u65f6\u4e3a\u60a3\u8005\u63d0\u4f9b\u533b\u5b66\u4eba\u6587\u670d\u52a1\uff0c\u662f\u6211\u9662\u591a\u5e74\u6765\u62a4\u7406\u5de5\u4f5c\u5b9e\u8df5\u7684\u5207\u5165\u70b9\u548c\u7740\u529b\u70b9\u3002\u4f17\u6240\u5468\u77e5\uff0c\u7cbe\u795e\u969c\u788d\u60a3\u8005\u7531\u4e8e\u53d7\u75be\u75c5\u75c7\u72b6\u7684\u652f\u914d\uff0c\u7edd\u5927\u90e8\u5206\u81ea\u77e5\u529b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2565"}; 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 () { } }); }); }