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=6677&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: 1746135210, nonceStr: 'OAVrp39hmFj60NhF', signature: '7b74e0c1d7ea6ac2c4b6eecb5aeac6982315a4f0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5fd7\u613f\u670d\u52a1\u4fc3\u8fdb\u533b\u9662\u4eba\u6587\u5efa\u8bbe","smalltext":"\u4e3a\u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\u591a\u63aa\u5e76\u4e3e\uff0c\u533b\u9662\u7ec4\u5efa\u201c\u9752\u5e74\u5fd7\u613f\u8005\u670d\u52a1\u961f\u201d\u3002\u5e7f\u5927\u515a\u5458\u3001\u5e72\u90e8\u3001\u804c\u5de5\u8e0a\u8dc3\u53c2\u52a0\uff0c\u79ef\u6781\u53c2\u4e0e\u533b\u9662\u5f00\u5c55\u7684\u6bcf\u9879\u670d\u52a1\u6d3b\u52a8\uff0c\u533b\u9662\u5168\u4f53\u5fd7\u613f\u8005\u4ee5\u9971\u6ee1\u7684\u70ed\u60c5\uff0c\u9075\u5faa\u201c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6677"}; 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 () { } }); }); }