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=5329&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: 1715425220, nonceStr: 'cciQw215GZcKeeSW', signature: '9c8d0fef08bae8c1e049ade4774f9b68e04de503', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5c31\u533b\u56f0\u96be\u201c\u80fd\u5e2e\u5c31\u5e2e\u201d \u4f20\u4e2d\u975e\u53cb\u8c0a\u4f73\u8bdd","smalltext":"\u5728\u585e\u5185\u52a0\u5c14\u8fea\u4e9a\u59c6\u5c3c\u4e9a\u4e45\u513f\u7ae5\u533b\u9662\u652f\u63f4\u7684\u4e2d\u56fd\uff08\u798f\u5efa\uff09\u7b2c19\u6279\u63f4\u585e\u5185\u52a0\u5c14\u533b\u7597\u961f\u961f\u5458\u3001\u95fd\u4e1c\u533b\u9662\u653e\u5c04\u5f71\u50cf\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u6c5f\u6587\u5321\u5145\u5206\u53d1\u626c\u201c\u4e0d\u754f\u8270\u82e6\u3001\u7518\u4e8e\u5949\u732e\u3001\u6551\u6b7b\u6276\u4f24\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u63f4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5329"}; 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 () { } }); }); }