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=1928&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: 1747147665, nonceStr: 'TFx7LS7LJrgVXHVE', signature: '77629bfb45f1bb82151a82433af1ac6771eff0e7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u5728\u9694\u79bb\u75c5\u623f\uff0c\u6211\u5c31\u662f\u60a3\u8005\u53ef\u4ee5\u4f9d\u9760\u7684\u4eb2\u4eba\u201d","smalltext":"\u201c\u4e0d\u4f1a\u7684\uff0c\u8bf7\u76f8\u4fe1\u6211\u4eec\uff0c\u4f60\u4f1a\u4e00\u5929\u4e00\u5929\u597d\u8d77\u6765\u7684\uff01\u201d\u9694\u79bb\u75c5\u623f\u91cc\uff0c\u4f20\u6765\u4e86\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u9aa8\u4f24\u79d13\u526f\u62a4\u58eb\u957f\u6797\u7389\u4e3d\u4e3a10\u5e8a\u60a3\u8005\u52a0\u6cb9\u6253\u6c14\u7684\u58f0\u97f3\u3002\u8be5\u540d\u60a3\u8005\u867d\u7136\u786e\u8bca\u65f6\u95f4\u4e0d\u957f\uff0c\u4f46\u5bf9\u81ea\u5df1\u75c5\u60c5\u5374\u6ca1\u6709\u592a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1928"}; 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 () { } }); }); }