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=4890&classid=11&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: 1716142599, nonceStr: 'ddLb0CgslYAOVjar', signature: '4525a57bcaeafa5f9723b267e63e6e176e29b963', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662-\u5c0f\u4e8b\u5927\u60c5","smalltext":"\u5728\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e2d\uff0c\u5982\u4f55\u89e3\u51b3\u5fae\u5999\u7684\u533b\u60a3\u5173\u7cfb\uff1f\u4e00\u76f4\u4ee5\u6765\u90fd\u662f\u533b\u9662\u6700\u91cd\u89c6\u7684\u8bfe\u9898\u3002\u9762\u5bf9\u4e34\u5e8a\u533b\u62a4\u95ee\u9898\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u901a\u8fc7\u8c03\u7814\u3001\u8ba8\u8bba\u3001\u5b66\u4e60\uff0c\u67e5\u627e\u95ee\u9898\uff0c\u843d\u81f3\u5e03\u5c40\uff0c\u6210\u7acb\u54c1\u7ba1\u5708\u63a8\u884c\u59d4\u5458\u4f1a\uff0c\u5236\u5b9a\u8ba1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4890"}; 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 () { } }); }); }