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=587&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: 1746314703, nonceStr: '3O3lxNpIv1JdZo4D', signature: '415e9404334ab194218e859b9388db731dd8511a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u94a2\u6c34\u94a2\u603b\u533b\u9662\uff1a\u4eca\u5929\u6211\u662f\u773c\u79d1\u201c\u5c0f\u533b\u751f\u201d","smalltext":"\u5171\u540c\u5475\u62a4\u5b69\u5b50\u7684\u773c\u5065\u5eb7\uff0c\u8ba9\u4ed6\u4eec\u62e5\u6709\u4e00\u4e2a\u5149\u660e\u7684\u672a\u6765\u30026\u67088\u65e5\uff0c\u9996\u94a2\u6c34\u94a2\u603b\u533b\u9662\u5728\u4e07\u8fbe\u5546\u573a\u5f00\u5c55\u4e86\u4e00\u573a\u4ee5\u5c0f\u533b\u751f\u804c\u4e1a\u4f53\u9a8c\u4e3a\u5f62\u5f0f\u7684\u201c\u7231\u773c\u65e5\u201d\u6d3b\u52a8\u30022018\u5e74\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u53d1\u5e03\u7684\u6570\u636e\u663e\u793a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=587"}; 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 () { } }); }); }