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=3369&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: 1745136186, nonceStr: '1093J9PGePTUcZK6', signature: 'c890335d506ce8c6cc4559117b426f1ce484014b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u613f\u4e16\u95f4\u7f8e\u597d\uff0c\u4e0e\u4f60\u73af\u73af\u76f8\u6263\uff01","smalltext":"\u4eba\u6587\u670d\u52a1\r\n\u6bcf\u6bcf\u770b\u5230\u8fd9\u4e9b\u52a8\u4eba\u7684\u753b\u9762 \u603b\u6709\u80a1\u6e29\u6696\u76f4\u62b5\u4eba\u5fc3 \u6211\u4eec\u4e0d\u662f\u8d85\u7ea7\u82f1\u96c4 \u5374\u53ef\u4ee5\u6210\u4e3a \u7167\u8fdb\u522b\u4eba\u5fc3\u91cc\u4e00\u675f\u6e29\u6696\u7684\u5149\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3369"}; 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 () { } }); }); }