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=6567&classid=14&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: 1743703326, nonceStr: '0mtKrL5BOg3Kfoy6', signature: 'ac86c80986dc736c4469e33916c77a07a22ca6db', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u6587\u5316\u8f6f\u5b9e\u529b\u201d\u5efa\u8bbe\u5728\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u4e2d\u7684\u4f5c\u7528","smalltext":"\u65b0\u65f6\u4ee3\u80cc\u666f\u4e0b\uff0c\u5b9e\u73b0\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u9664\u8bbe\u5907\u3001\u5927\u697c\u3001\u6280\u672f\u7b49\u663e\u6027\u7684\u786c\u5b9e\u529b\uff0c\u66f4\u9700\u8981\u515a\u5efa\u3001\u6218\u7565\u3001\u6587\u5316\u3001\u9886\u5bfc\u529b\u3001\u54c1\u724c\u3001\u6267\u884c\u529b\u7b49\u8f6f\u5b9e\u529b\u3002\u8f6f\u5b9e\u529b\u7684\u5b9e\u9645\u5f15\u7533\u5c31\u662f\u6587\u5316\u8f6f\u5b9e\u529b\uff0c\u5bf9\u4e8e\u4e00\u4e2a\u533b\u9662\u800c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6567"}; 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 () { } }); }); }