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=1187&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: 1714775980, nonceStr: 'XOXw318dVzwieHSG', signature: '1c5e8cf458f8abeac6dfcb57f775a08cd949f82a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u80e1\u70b3\u5f66\uff1a\u4e00\u7897\u76ae\u51bb\u7684\u6545\u4e8b","smalltext":" \u4e8c\u5341\u591a\u5e74\u524d\uff0c\u6211\u6000\u63e3\u7740\u5bf9\u533b\u5b66\u7684\u795e\u79d8\u611f\u548c\u5bf9\u751f\u6d3b\u7684\u9009\u62e9\uff0c\u8003\u53d6\u4e86\u5170\u5dde\u533b\u5b66\u9662\u3002\u51e0\u5e74\u7684\u5927\u5b66\u751f\u6d3b\uff0c\u5e76\u6ca1\u6709\u6539\u53d8\u6211\u4e2d\u5b66\u751f\u65f6\u4ee3\u7684\u9752\u6da9\uff0c\u603b\u5e7b\u60f3\u7740\u6bd5\u4e1a\u540e\u4e00\u5b9a\u90fd\u5728\u5927\u533b\u9662\u5de5\u4f5c\uff0c\u62e5\u6709\u4e00\u4e2a\u4e0d\u9519\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1187"}; 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 () { } }); }); }