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=5599&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: 1714352969, nonceStr: 'zT2AkJ3B8lo9PytL', signature: '683d105bd70d2cb596ccf059eaed69f70e251a45', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4e00\u8d77\u89e3\u9501\u97f6\u5987\u5e7c\u591a\u573a\u5173\u7231\u6bcd\u4eb2\u6d3b\u52a8","smalltext":"\u6709\u4e00\u79cd\u7231\uff0c\u4f1f\u5927\u800c\u5e73\u51e1\uff0c\u5982\u6da6\u7269\u6625\u96e8\uff0c\u4f3c\u62c2\u9762\u548c\u98ce\uff0c\u7ef5\u7ef5\u4e0d\u65ad\uff0c\u60c5\u8c0a\u6df1\u957f\u30025\u670814\u65e5\uff0c\u53c8\u4e00\u4e2a\u6bcd\u4eb2\u8282\u6084\u7136\u800c\u81f3\uff0c\u5728\u8fd9\u4e2a\u611f\u6069\u6bcd\u4eb2\u3001\u8d5e\u7f8e\u5973\u6027\u7684\u8282\u65e5\u91cc\uff0c\u6211\u9662\u5f00\u5c55\u4e86\u201c\u611f\u6069\u6bcd\u4eb2 \u5065\u5eb7\u4e94\u6708\u201d\u7cfb\u5217\u6d3b\u52a8\uff0c\u8425\u9020","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5599"}; 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 () { } }); }); }