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=1248&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: 1714614068, nonceStr: 'kliA0yR7ttf5B8BC', signature: 'c4b0b32a3be46cbbac60b582a3251653e285f850', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u9ad8\u5149\u65f6\u523b\uff01\u8bf4\u4e0d\u5c3d\u7684\u7231\u56fd\u60c5\uff0c\u62cd\u4e0d\u5b8c\u7684\u7231\u56fd\u5fc3","smalltext":"\u7231\u8981\u5927\u58f0\u8bf4\u51fa\u6765\u7231\u8981\u5927\u80c6\u6652\u51fa\u6765\u5e86\u795d\u65b0\u4e2d\u56fd\u4e03\u5341\u534e\u8bde\u4e2d\u5c71\u4eba\u8fd9\u6837\u5411\u4f1f\u5927\u7956\u56fd\u544a\u767d\u6709\u4e00\u79cd\u7f8e\u4e3d\uff0c\u53eb\u4e2d\u56fd\u7ea2\u6709\u4e00\u79cd\u9a84\u50b2\uff0c\u53eb\u4e94\u661f\u7ea2\u65d7\u6709\u4e00\u79cd\u81ea\u8c6a\uff0c\u53eb\u6211\u662f\u4e2d\u56fd\u4eba\u6709\u4e00\u79cd\u8363\u8000\uff0c\u53eb\u6211\u4e0e\u56fd\u65d7\u540c\u6846","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1248"}; 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 () { } }); }); }