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=3137&classid=12&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: 1714657074, nonceStr: 'iQcCgAybPK88RxW7', signature: 'f2b3ff923e0b41388add9838e5da9d2f488e15b3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6297\u75ab\u7231\u5fc3\u52c7\u58eb\u6797\u7487\uff1a\u6211\u4eec\u90fd\u6709\u4e00\u4e2a\u5bb6","smalltext":"\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u6253\u4e71\u4e86\u539f\u672c\u8ba1\u5212\u8981\u8fdb\u884c\u7684\u6625\u8282\u65c5\u884c\u3002\u75ab\u60c5\u671f\u95f4\uff0c\u6765\u81ea\u5404\u4e2a\u5e73\u53f0\u5bf9\u75ab\u60c5\u7684\u62a5\u9053\u3001\u5bf9\u533b\u62a4\u4eba\u5458\u7684\u62a5\u9053\u3001\u5404\u4e2a\u533b\u9662\u7684\u6c42\u52a9\u89c6\u9891\u3001\u4fe1\u606f\u89e6\u52a8\u4e86\u6bcf\u4e00\u4e2a\u4e2d\u56fd\u4eba\u7684\u5185\u5fc3\u3002\u4f5c\u4e3a\u4e00\u540d\u66fe\u7ecf","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3137"}; 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 () { } }); }); }