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=5142&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: 1714793110, nonceStr: 'WGjLIkkQ27RCsauC', signature: '41e6274f671e670f24c0eedaa569be27223e8dab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6211\u5fc3\u5e95\u7684\u6696\u6d41","smalltext":"\u6566\u5316\u5e02\u533b\u9662\u8001\u5e74\u533b\u5b66\u79d1\u6765\u4e86\u4e00\u4f4d\u7279\u6b8a\u7684\u75c5\u4eba\uff0c\u5979\u4e0d\u662f\u6765\u770b\u75c5\u7684\uff0c\u800c\u662f\u6765\u9001\u9526\u65d7\u548c\u611f\u8c22\u4fe1\u7684\u3002\u8fd9\u4e2a\u7ea2\u5149\u6ee1\u9762\u7684\u5927\u59d0\uff0c\u4e00\u8fdb\u95e8\u5c31\u5bf9\u6211\u4eec\u558a\u9053\uff1a\u201c\u674e\u4e3b\u4efb\uff0c\u5404\u4f4d\u533b\u751f\uff0c\u62a4\u58eb\uff0c\u592a\u611f\u8c22\u4f60\u4eec\u4e86\uff0c\u6ca1\u6709\u4f60\u4eec\u7684\u7cbe\u5fc3\u7167","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5142"}; 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 () { } }); }); }