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=1180&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: 1714858505, nonceStr: 'DLPDAyJ0hkAkIHeX', signature: '1b64f75e2cb74c1f9daa20f14105bfc2adc80c34', 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\u5434\u68a6\u6657:\u201c\u62e7\u201d\u5b57\u5f53\u5934\u7684\u7518\u8083\u4eba","smalltext":"\u6211\u4eec\u662f\u7518\u8083\u4eba\uff0c\u4e00\u53e3\u7518\u8083\u8bdd\uff0c\u8ddf\u60a8\u8bf4\u8bf4\u5f53\u5730\u4e8b\uff0c\u8bb2\u8bb2\u9647\u6587\u5316\u3002\u6211\u4eec\u662f\u7956\u56fd\u7684\u897f\u5317\u8fb9\uff0c\u5b88\u7740\u8fb9\u5173\u56fa\u7740\u7586\u571f\u3002\u8fd9\u91cc\u7684\u4e00\u7fa4\u4eba\u7f3a\u70b9\u513f\u5357\u65b9\u5434\u4fac\u8f6f\u8bed\u7684\u67d4\u6027\uff0c\u4e5f\u5dee\u70b9\u5317\u65b9\u4eba\u6cfc\u8fa3\u8c6a\u723d\u7684\u95ef\u52b2\uff0c\u5374\u504f\u504f\u751f\u51fa\u4e00\u80a1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1180"}; 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 () { } }); }); }