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=1678&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: 1747169161, nonceStr: '91iltT1HqusukftQ', signature: '79f2113cfbe1cd45a5ad653c772d0ea6bf70a98e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9a70\u63f4\u6b66\u6c49\uff0c\u6211\u4eec\u5df2\u51fa\u53d1\uff01","smalltext":"1\u670825\u65e5\uff0c\u519c\u5386\u5927\u5e74\u521d\u4e00\uff0c\u5728\u5168\u56fd\u4e0a\u4e0b\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u5173\u952e\u65f6\u523b\uff0c\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u63a5\u5230\u4e86\u4e0a\u7ea7\u6307\u4ee4\uff0c\u706b\u7ebf\u652f\u63f4\u6b66\u6c49\uff0c\u52a0\u5165\u5230\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u7684\u653b\u575a\u6218\u4e2d\u53bb\u3002\u6ca1\u6709\u51c6\u5907\u7684\u65f6\u95f4\uff0c\u6ca1\u6709\u72b9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1678"}; 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 () { } }); }); }