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=3196&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: 1747146485, nonceStr: 'svwnS85TcUhApqvC', signature: '8d970e360d0499c3a579b304037e0e82b8aea28a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5168\u6c11\u603b\u52a8\u5458 \u6e05\u626b\u4e0d\u7559\u6b7b\u89d2","smalltext":"\u6d12\u626b\u3001\u9664\u5c18\u3001\u64e6\u6d17\u3001\u6d88\u6bd2\u2026\u20265\u67086\u65e5\u4e00\u65e9\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5185\u4e00\u7247\u5fd9\u788c\uff0c\u5168\u4f53\u533b\u52a1\u4eba\u5458\u548c\u884c\u653f\u4eba\u5458\u5728\u9662\u5de5\u4f1a\u7684\u7ec4\u7ec7\u4e0b\uff0c\u5f00\u5c55\u4e86\u201c\u75ab\u60c5\u9632\u63a7\u5f53\u5148\u950b\uff0c\u6e05\u6d01\u73af\u5883\u4f5c\u8868\u7387\u201d\u4e3b\u9898\u4f1a\u5458\u6d3b\u52a8\uff0c\u5bf9\u6240\u6709\u75c5\u623f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3196"}; 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 () { } }); }); }