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=1018&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: 1714730008, nonceStr: 'FRK0p43HFhpz2VgD', signature: 'fd354e7c30b5f6a4d99bf2bad00821c9308ebef9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4ec7\u4e0a\u658c\uff1a\u6211\u7684\u4e2d\u5e74\u4e0d\u6cb9\u817b","smalltext":"\u4e0a\u5927\u5b66\u8bfb\u7684\u65b0\u95fb\u4e13\u4e1a\uff0c2003\u5e74\u6211\u5927\u5b66\u6bd5\u4e1a\u5e76\u6ca1\u6709\u5f53\u4e0a\u8bb0\u8005\uff0c\u800c\u662f\u8d70\u8fdb\u8fd9\u6240\u533b\u9662\u5de5\u4f5c\u3002\u5176\u5b9e\uff0c\u6211\u73b0\u5728\u4ece\u4e8b\u7684\u5de5\u4f5c\uff0c\u4ece\u67d0\u79cd\u610f\u4e49\u4e0a\u8bf4\uff0c\u6211\u5c31\u662f\u4e00\u540d\u201c\u533b\u9662\u8bb0\u8005\u201d\u3002\u4e0d\u8bb0\u5f97\u4ece\u4f55\u65f6\u8d77\uff0c\u201c\u6cb9\u817b\u201d\u4e00\u8bcd\uff0c\u7a81\u7136\u5c31","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1018"}; 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 () { } }); }); }