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=4503&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: 1715855652, nonceStr: 'jPyUsNh4DpBAtssr', signature: '2447476c6519d2594a03cf7a9f0ba76c4e273a42', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662-\u6f2b\u6f2b\u5065\u5eb7\u6276\u8d2b\u8def\uff0c\u6000\u63e3\u521d\u5fc3\u5411\u9ad8\u539f","smalltext":"\u8def\u873f\u8712\u7740\u62e5\u62b1\u8fde\u7ef5\u4e0d\u7edd\u7684\u8fdc\u5c71\uff0c\u76ee\u5149\u6240\u53ca\uff0c\u56db\u5b63\u7684\u82b1\u88c5\u70b9\u7740\u4e91\u6735\u4e4b\u95f4\u7684\u9ad8\u539f\uff0c\u8ba9\u6bcf\u4e00\u6b21\u7684\u5f80\u8fd4\u8def\u9014\u591a\u4e86\u4e9b\u7f8e\u4e3d\u3002\u8fd9\u6761\u8d70\u8fc7\u5341\u591a\u6b21\u7684\u8def\uff0c\u8bb0\u5f55\u4e86\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u5bf9\u53e3\u652f\u63f4\u56e2\u961f\u4ece2013\u5e74\u81f3\u4eca\u516b\u5e74\u95f4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4503"}; 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 () { } }); }); }