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=3088&classid=5&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: 1749396206, nonceStr: 'CE3ufnnzmlk0MwCK', signature: '1f069a1b902835125b5535e4976a99a642e4be69', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7528\u5fc3\u7528\u60c5\u4e3a\u4eba\u6c11 \u9632\u63a7\u8131\u8d2b\u8df5\u521d\u5fc3","smalltext":"2020\u5e74\u662f\u8131\u8d2b\u653b\u575a\u5de5\u4f5c\u7684\u51b3\u80dc\u4e4b\u5e74\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u515a\u603b\u652f\u4e66\u8bb0\u3001\u9662\u957f\u9093\u5143\u6c11\u65f6\u523b\u4e0d\u5fd8\u80a9\u4e0a\u7684\u8d23\u4efb\uff0c\u9633\u5149\u4e0d\u60e7\u4e4c\u4e91\u5bc6\u5e03\uff0c\u75ab\u60c5\u6321\u4e0d\u4f4f\u6625\u5929\u7684\u811a\u6b65\uff0c4\u67089\u65e5\u4e0b\u5348\uff0c\u521a\u5f00\u5b8c\u75ab\u60c5\u9632\u63a7\u4f1a\u8bae\u7684\u4ed6\uff0c\u4e00\u523b\u4e5f\u6ca1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3088"}; 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 () { } }); }); }