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=1119&classid=4&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: 1716112514, nonceStr: 'jXuudSxMvW0e9z3l', signature: '49e1db28db1caf82668a9186179d34132ec93876', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u53f0\u5dde\u5e02\u80bf\u7624\u533b\u9662\u4e01\u9896\u9896\uff1a\u56de\u671b\u521d\u5fc3","smalltext":"\u4f55\u8c13\u521d\u5fc3\uff1f\u521d\u5fc3\uff0c\u5c31\u662f\u5728\u4eba\u751f\u4e2d\u6240\u8bb8\u4e0b\u7684\u68a6\u60f3\uff0c\u662f\u4e00\u751f\u6216\u8005\u4eba\u751f\u9636\u6bb5\u6e34\u671b\u62b5\u8fbe\u7684\u76ee\u6807\u3002\u533b\u8005\u7684\u521d\u5fc3\u5c31\u662f\u5e2e\u52a9\u4eba\u4eec\u51cf\u8f7b\u75be\u75c5\u9020\u6210\u7684\u8eab\u5fc3\u75db\u82e6\uff0c\u8ba9\u4eba\u4eec\u8d70\u5411\u5065\u5eb7\uff0c\u5ef6\u7f13\u751f\u547d\u3002\u4f5c\u4e3a\u57fa\u5c42\u533b\u9662\u7684\u533b\u8005\uff0c\u5728\u7cbe","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1119"}; 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 () { } }); }); }