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=1931&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: 1747146557, nonceStr: 'ImPHlIRGqbF9GYvk', signature: '656c7db7e4812744ce24333b169670890fcec2e4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u770b\u9632\u75ab\u671f\u95f4\u533b\u9662\u7684\u75c5\u623f\u505a\u4e86\u4e9b\u5565\uff1f","smalltext":"\u56e0\u4e3a\u75ab\u60c5\uff0c\u5728\u8fd9\u4e2a\u521d\u6625\uff0c\u4eba\u4eba\u63aa\u624b\u4e0d\u53ca\uff0c\u533b\u52a1\u4eba\u5458\u653e\u5f03\u4f11\u5047\uff0c\u51b2\u5411\u6218\u573a\uff1b\u4eba\u4eec\u95ed\u95e8\u4e0d\u51fa\uff0c\u907f\u514d\u63a5\u89e6\u4f20\u67d3\u6e90\u3002\u5927\u533b\u9662\u5fd9\u7740\u652f\u63f4\u6b66\u6c49\u3001\u6551\u6cbb\u65b0\u51a0\u80ba\u708e\u60a3\u8005\uff0c\u8bca\u6240\u3001\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u3001\u4e61\u9547\u536b\u751f\u9662\u6682\u505c\u533b\u7597","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1931"}; 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 () { } }); }); }