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=718&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: 1746676785, nonceStr: 'pLO9fOj1vedG2eia', signature: '744cbc96e4e7b66519a63ec655cd73d322f8100f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u533b\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u6211\u662f\u4f60\u7684\u62d0\u6756\uff0c\u4e5f\u662f\u4f60\u7684\u53cc\u773c","smalltext":"7\u67083\u65e5\u56db\u53ea\u8499\u4e0a\u9ed1\u6697\u7684\u773c\u775b\u4e24\u6839\u5b64\u72ec\u98a4\u6296\u7684\u62d0\u6756\u4e00\u5bf9\u592b\u59bb\u6b63\u65e0\u52a9\u5f77\u5fa8\u201c \u6211\u662f\u533b\u9662\u5458\u5de5 \u201d\u201c\u6709\u6211\u5728\u522b\u5bb3\u6015\u201d\u8bdd\u8bed\u575a\u5b9a\u4eff\u82e5\u6696\u9633 \u8fd9\u6696\u5fc3\u4e00\u5e55\u51fa\u73b0\u5728\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u521a\u597d\u88ab\u76d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=718"}; 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 () { } }); }); }