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=1164&classid=4&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: 1714623045, nonceStr: 'isVCuX5C42PhhfmW', signature: '687e17244647fd7cca20fd7a14f4380747e3a8ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5218\u5c0f\u7455\uff1a \u5ba3\u4f20\u201c\u5c0f\u767d\u201d\u7231\u4e0a\u4e86\u5ba3\u4f20","smalltext":"\u521a\u77e5\u9053\u53bb\u5ba3\u4f20\uff0c\u6211\u5185\u5fc3\u662f\u6297\u62d2\u76842016\u5e745\u6708\u9886\u5bfc\u627e\u6211\u8c08\u8bdd\uff0c\u4ed6\u89c9\u5f97\u6211\u5f88\u9002\u5408\u5ba3\u4f20\uff0c\u7b2c\u4e00\u6b21\u660e\u786e\u7684\u544a\u8bc9\u6211\u51c6\u5907\u8f6c\u5c97\u5ba3\u4f20\uff0c\u8d1f\u8d23\u533b\u9662\u6587\u5316\u54c1\u724c\u5efa\u8bbe\u3002\u6211\u8131\u53e3\u800c\u51fa\uff1a\u201c\u4e0d\uff01\u6211\u4e0d\u613f\u610f\uff01\u201d\u90a3\u65f6\u7684\u6211\u5728\u533b\u9662\u5de5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1164"}; 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 () { } }); }); }