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=4769&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: 1746164884, nonceStr: 'NVcPJ4zYjDOQqX41', signature: '473e70f3f1b359a8183d806e169351326df625ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662-\u5b66\u6821\u6765\u4e86\u4e00\u7fa4\u4e2d\u533b\u5929\u4f7f","smalltext":"\u201c\u675c\u6559\u6388\uff0c\u6211\u5bb6\u5c0f\u5b9d\u8001\u662f\u62c9\u809a\u5b50\uff0c\u6709\u4ec0\u4e48\u529e\u6cd5\u5417\uff1f\u201d\u201c\u9093\u8001\u5e08\uff0c\u6211\u8fd9\u4e2a\u624b\u6cd5\u53ef\u4ee5\u4e0d\uff1f\u201d\u201c\u540c\u5b66\u4eec\uff0c\u4f60\u77e5\u9053\u8fd9\u4e9b\u4e2d\u836f\u53eb\u4ec0\u4e48\u540d\u5b57\u5417?\u201d\u4e3a\u8fdb\u4e00\u6b65\u589e\u5f3a\u56fd\u5bb6\u201c\u6c11\u65cf\u81ea\u4fe1\u201d\uff0c\u54cd\u5e94\u56fd\u5bb6\u201c\u4e2d\u533b\u836f\u6587\u5316\u8fdb\u6821\u56ed\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4769"}; 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 () { } }); }); }