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=1454&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: 1714788660, nonceStr: 'nJdd2dmiAKAlSDFV', signature: 'a0d84bb860decf3bed8153cdb3121966cb982c70', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\uff1a\u6c72\u53d6\u4e2d\u533b\u836f\u6587\u5316\u8425\u517b\uff0c\u7a33\u5065\u4e2d\u533b\u9662\u515a\u5efa\u4e4b\u8def","smalltext":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\u515a\u59d4\u7ed3\u5408\u5b9e\u9645\uff0c\u56e0\u5730\u5236\u5b9c\uff0c\u6ce8\u91cd\u521b\u65b0\uff0c\u7740\u91cd\u5411\u6df1\u539a\u7684\u4e2d\u533b\u836f\u6587\u5316\u6c72\u53d6\u8425\u517b\uff0c\u5efa\u8bbe\u4e86\u5177\u6709\u536b\u751f\u5065\u5eb7\u884c\u4e1a\u548c\u4e2d\u533b\u9662\u7279\u8272\u7684\u201c\u4e00\u7ad9\u5f0f\u201d\u515a\u7fa4\u5065\u5eb7\u670d\u52a1\u4e2d\u5fc3\uff0c\u5e76\u5728\u5f53\u5e74\u5357\u660c\u5e02\u515a\u5efa\u201c\u4e09\u770b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1454"}; 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 () { } }); }); }