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=4922&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: 1714639622, nonceStr: 'oXpxFcjGlIFcsvHr', signature: '0e4da9be272c6fb0f224cd6ca0cc8947db5343d5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e8c\u533b\u9662-\u515a\u59d4\u5ba3\u4f20\u90e8\u4e3b\u4efb\u8d75\u4e3d\u840d","smalltext":"\u5b9e\u73b0\u533b\u9662\u6587\u5316\u7684\u6709\u6548\u4f20\u64ad\uff0c\u6709\u52a9\u4e8e\u51f8\u663e\u533b\u9662\u6587\u5316\u5185\u6db5\u7684\u72ec\u7279\u6027\uff0c\u4ece\u800c\u4f7f\u533b\u9662\u5efa\u7acb\u826f\u597d\u7684\u793e\u4f1a\u5f62\u8c61\u3002\u4f5c\u4e3a\u4e00\u540d\u4f20\u64ad\u533b\u9662\u6587\u5316\u7684\u5ba3\u4f20\u5de5\u4f5c\u8005\uff0c\u575a\u5b88\u533b\u9662\u5ba3\u4f20\u9635\u5730\uff0c\u521b\u65b0\u6587\u5316\u5ba3\u4f20\u624b\u6bb5\uff0c\u4ee5\u4e13\u4e1a\u7684\u4e1a\u52a1\u80fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4922"}; 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 () { } }); }); }