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=1145&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: 1716004308, nonceStr: 'tXl5ZEeTrn3t7uXz', signature: '3f197ed6c146b71dc30fe701b960423127e055fb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\u5218\u742e\uff1a\u5c0f\u9f99\uff0c\u4f60\u597d","smalltext":"\u65e9\u4e0a\u516b\u70b9\uff0c\u6cb3\u5357\u7701\u7701\u7acb\u533b\u9662\u7684\u624b\u672f\u9ebb\u9189\u90e8\u91cc\uff0c\u5df2\u7ecf\u662f\u4e00\u7247\u7e41\u5fd9\u7684\u666f\u8c61\u3002\u56e0\u4e3a\u4eca\u5929\uff0c\u5728\u7b2c\u4e8c\u624b\u672f\u95f4\u91cc\uff0c\u8fce\u6765\u4e86\u4e00\u4f4d\u7279\u6b8a\u7684\u60a3\u8005\u2014\u2014\u5c0f\u9f99\u3002\u5c0f\u9f99\uff0c16\u5c81\uff0c\u662f\u4e00\u4f4d\u6c89\u9ed8\u800c\u53c8\u7f3a\u4e4f\u5b89\u5168\u611f\u7684\u5927\u7537\u5b69\u3002\u901a\u8fc7\u63d0\u524d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1145"}; 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 () { } }); }); }