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=1801&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: 1714666757, nonceStr: 'rSn2g0rBrSJEI038', signature: '635fa4a3b0a7e7ff5f4691d285e43984e020725b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u592b\u59bb\u5e76\u80a9\u9f50\u4e0a\u9635\uff0c\u533b\u8b66\u643a\u624b\u6218\u201c\u75ab\u201d\u60c5","smalltext":"\u5c81\u672b\u5e74\u521d\uff0c\u201c\u65b0\u51a0\u201d\u80ba\u708e\u88ad\u6765\uff0c\u5168\u56fd\u5404\u5730\u5148\u540e\u62c9\u5f00\u6218\u201c\u75ab\u201d\u5e8f\u5e55\uff0c\u5173\u952e\u65f6\u523b\uff0c\u6709\u8fd9\u6837\u4e00\u4e9b\u4eba\uff0c\u7518\u613f\u653e\u5f03\u4f11\u5047\uff0c\u5954\u8d74\u6218\u201c\u75ab\u201d\u4e00\u7ebf\uff0c\u4e0d\u8ba1\u62a5\u916c\uff0c\u4e0d\u8bba\u751f\u6b7b\uff0c\u820d\u5c0f\u5bb6\uff0c\u4e3a\u5927\u5bb6\uff01\u7279\u522b\u662f\u533b\u62a4\u548c\u8b66\u5bdf\uff0c\u4e00\u4e2a\u5b88\u4e00\u65b9\u5065\u5eb7\uff0c\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1801"}; 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 () { } }); }); }