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=272&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: 1746210492, nonceStr: 'k57InvsWSIrpftQH', signature: 'd938002afe3ee4d76ee9bead774ef279eb5ccc83', 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\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\uff1a10\u5e74\u5b8c\u6210\u4e00\u4e2a\u7f8e\u4e3d\u5fae\u7b11","smalltext":"\u6bcf\u5e74\u76845\u67088\u65e5\u662f\u4e16\u754c\u5fae\u7b11\u65e5\uff0c\u8fd9\u662f\u5168\u7403\u552f\u4e00\u4e00\u4e2a\u5e86\u795d\u4eba\u7c7b\u884c\u4e3a\u8868\u60c5\u7684\u8282\u65e5\u3002\u5634\u89d2\u5fae\u5fae\u4e0a\u626c\uff0c\u9732\u51fa\u516d\u9897\u7259\u9f7f\u2026\u2026\u5bf9\u4e8e\u666e\u901a\u4eba\u6765\u8bf4\u518d\u5bfb\u5e38\u4e0d\u8fc7\u7684\u8fd9\u6837\u4e00\u6b21\u7f8e\u4e3d\u5fae\u7b11\uff0c\u5374\u6210\u4e86\u5507\u816d\u88c2\u60a3\u8005\u65e5\u591c\u671f\u76fc\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=272"}; 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 () { } }); }); }