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=2549&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: 1714495447, nonceStr: '0L27LCFjfnsuMcH3', signature: 'ca5444b9c0ec45af2b4f45790a84b2dc47875927', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u89e3\u9664\u533b\u5b66\u89c2\u5bdf\uff0c\u5916\u7c4d\u53cb\u4eba\u4e3a\u767d\u8863\u5929\u4f7f\u521b\u4f5c\u4e86\u9996\u85cf\u5934\u8bd7","smalltext":"3\u670815\u65e5\uff0c\u5fb7\u7c4d\u53cb\u4ebaAndy\u6b63\u5f0f\u89e3\u9664\u4e86\u5728\u82cf\u5dde\u9ad8\u65b0\u533a\u5bc6\u5207\u63a5\u89e6\u8005\u96c6\u4e2d\u533b\u5b66\u89c2\u5bdf\u70b9\u7684\u9694\u79bb\u3002\u5728\u79bb\u5f00\u4e4b\u524d\uff0c\u4ed6\u5c06\u81ea\u5df1\u539f\u521b\u7684\u82f1\u6587\u85cf\u5934\u8bd7\u201cGive health and smile always\u201d\u5236\u4f5c\u6210\u7535\u5b50\u6d77\u62a5\u9001\u7ed9\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2549"}; 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 () { } }); }); }