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=2845&classid=10&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: 1716067854, nonceStr: 'TqJGcGVe6sOw8DLA', signature: '67d110b0f8fe6962ab9bbca4e0cb74030c200b2b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u5c0f\u6c64\u5c71\u533b\u9662\uff1a\u6211\u4eec\u6500\u767b\u7684\uff0c\u662f\u52c7\u8005\u4e4b\u5c71","smalltext":"\u5c0f\u6c64\u5c71\uff0c\u6ca1\u6709\u5c71\uff0c\u6211\u4eec\u6500\u767b\u7684\uff0c\u662f\u52c7\u8005\u4e4b\u5c7117\u5e74\u540e\uff0c\u5c0f\u6c64\u5c71\u518d\u6b21\u62ab\u6302\u4e0a\u9635\uff01\u6765\u81ea22\u5bb6\u5317\u4eac\u5e02\u5c5e\u533b\u9662\u76841000\u4f59\u540d\u533b\u62a4\u4eba\u5458\u9646\u7eed\u96c6\u7ed3\uff0c\u4f1a\u6218\u5c0f\u6c64\u5c71\u3002\u7eed\u5199\u201c\u5c0f\u6c64\u5c71\u7cbe\u795e\u201d1\u670823\u65e5\uff0c\u814a\u6708\u4e8c\u5341\u4e5d\uff0c\u8d76\u5f80\u5404\u5730\u63a2","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2845"}; 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 () { } }); }); }