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=4768&classid=11&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: 1716039391, nonceStr: 'Sqi904AEUpO2q9go', signature: '6798553b18527baa73014f359681f09e2426e8c3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u4ee5\u6587\u5316\u5efa\u8bbe\u4e3a\u5f15\u9886\uff0c \u6784\u5efa\u201c\u6587\u5316\u4fc3\u4eba\u6587\u201d\u65b0\u6a21\u5f0f","smalltext":"\u4e00\u3001\u80cc\u666f\u4eba\u6587\u7ba1\u7406\u5df2\u7ecf\u6210\u4e3a\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u53d1\u5c55\u7684\u6838\u5fc3\u52a8\u529b\u4e4b\u4e00\uff0c\u540c\u65f6\u4e5f\u662f\uff0c\u662f\u641e\u597d\u533b\u9662\u6587\u5316\u7684\u7acb\u6839\u4e4b\u9b42\u3002\u4f46\u662f\uff0c\u4e00\u6bb5\u65f6\u95f4\u4ee5\u6765\uff0c\u533b\u9662\u4e2d\u51fa\u73b0\u6587\u5316\u5efa\u8bbe\u9010\u6e10\u610f\u8bc6\u6de1\u8584\u3001\u8f7b\u89c6\u7684\u95ee\u9898\uff0c\u533b\u9662\u6587\u5316\u5efa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4768"}; 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 () { } }); }); }