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=6505&classid=14&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: 1750062173, nonceStr: 'LMnWNywkbguiXXXo', signature: 'cc9d1e9cfe266068b8a7976f6e230d08c180d58d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u84b2\u677e\u9f84\u7684\u4f20\u7edf\u4e2d\u533b\u836f\u60c5\u6000","smalltext":"\u53e4\u4eba\u4e91\uff1a\u4e0d\u4e3a\u826f\u76f8\uff0c\u5373\u4e3a\u826f\u533b\u3002\u63d0\u8d77\u84b2\u677e\u9f84\uff0c\u4eba\u4eec\u5f80\u5f80\u8054\u60f3\u5230\u4ed6\u7684\u5343\u53e4\u4f73\u4f5c\u300a\u804a\u658b\u5fd7\u5f02\u300b\uff0c\u6545\u5f97\u201c\u804a\u658b\u5148\u751f\u201d\u96c5\u53f7\u3002\u84b2\u677e\u9f84\u9664\u4e86\u5728\u6587\u5b66\u521b\u4f5c\u4e2d\u9887\u6709\u5efa\u6811\u5916\uff0c\u8fd8\u662f\u4e00\u4f4d\u533b\u836f\u79d1\u666e\u4f5c\u5bb6\uff0c\u6709\u8f83\u591a\u533b\u836f\u8457\u8ff0","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6505"}; 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 () { } }); }); }