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=2712&classid=13&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: 1715926966, nonceStr: 'H89h951deRSKxYik', signature: 'dd374960d910c2dddb4cf968d3bf56f388753a23', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u5065\u5eb7\u6559\u80b2\u8bb2\u5e08\u56e2\uff1a\u5f00\u8f9f\u5065\u5eb7\u4fc3\u8fdb\u65b0\u8def\u5f84","smalltext":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff08\u539f\u4e50\u4ece\u533b\u9662\uff09\u59cb\u5efa\u4e8e1931\u5e74\uff0c89\u5e74\u6765\u6c90\u96e8\u6809\u98ce\uff0c\u53d1\u5c55\u6210\u4e3a\u987a\u5fb7\u897f\u5317\u90e8\u7247\u533a\u786c\u8f6f\u4ef6\u914d\u5957\u6700\u9f50\u5168\u7684\u5927\u578b\u7efc\u5408\u533b\u9662\u3002\u987a\u5fb7\u4e50\u4ece\u7ecf\u6d4e\u53d1\u8fbe\uff0c\u5df2\u5efa\u4e24\u5927\u56fd\u5bb6\u7ea7\u5bf9\u5916\u5408\u4f5c\u5e73\u53f0\u4e2d\u5fb7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2712"}; 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 () { } }); }); }