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=165&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: 1746210702, nonceStr: '6TRYoaf23cu7ft51', signature: '1aa94e47a15d528d5e4b32e5b72a195eec3b4b66', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u7ec6\u8282\u5f70\u663e\u4eba\u6587\u5173\u6000","smalltext":"\u201c\u4e0a\u5584\u82e5\u6c34 \u6da6\u6cfd\u751f\u547d\u201d\u662f\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u201c\u6c34\u5229\u4e07\u7269\u800c\u4e0d\u4e89 \u6ecb\u517b\u751f\u547d\u4e14\u5ef6\u5e74\u201d\u3002\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u4f5c\u4e3a\u4e00\u5bb6\u5177\u6709106\u5e74\u6587\u5316\u5e95\u8574\u7684\u516c\u7acb\u4e09\u7ea7\u7efc\u5408\u533b\u9662\uff0c\u575a\u6301\u4ee5\u201c\u8d28\u91cf\u5efa\u9662\u3001\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=165"}; 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 () { } }); }); }