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=4894&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: 1744318171, nonceStr: 'tWAh50z3OVXTPecX', signature: '555d06aaa4935e932b65a113008c75f1b9daac8e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662:\u7b51\u7262\u5b89\u5168\u9632\u6c5b\u5c4f\u969c","smalltext":"\u8fd1\u65e5\u53d7\u6c14\u65cb\u5f71\u54cd\uff0c\u6211\u5e02\u591a\u6b21\u51fa\u73b0\u5f3a\u964d\u96e8\u548c\u5927\u98ce\u5929\u6c14\uff0c\u9884\u8ba1\u5168\u5e02\u5e73\u5747\u964d\u96e8\u91cf 50\uff5e80 \u6beb\u7c73\uff0c\u5c40\u90e8\u5c06\u8d85\u8fc7 150 \u6beb\u7c73\u3002\u4e3a\u505a\u597d\u672c\u6b21\u5f3a\u964d\u96e8\u9632\u8303\u5de5\u4f5c\uff0c\u6839\u636e\u70df\u53f0\u5e02\u829d\u7f58\u533a\u9632\u6c5b\u6297\u65f1\u6307\u6325\u90e8\u529e\u516c\u5ba4\u6587\u4ef6\u300a\u5173","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4894"}; 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 () { } }); }); }