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=5109&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: 1716036190, nonceStr: 'X90HMRL2mEZPXyjZ', signature: '50922935ff11d17fd3da20bb6aa31c4d261ee46b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u521b\u5efa\u80f8\u75db\u6551\u6cbb\u5355\u5143 \u6253\u9020\u201c\u80f8\u75db\u6025\u6551\u7f51\u7edc\u201d","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63d0\u9ad8\u6211\u5e02\u6025\u5371\u91cd\u75c7\u5fc3\u8840\u7ba1\u75c5\u7684\u6551\u6cbb\u80fd\u529b\uff0c\u63a8\u8fdb\u80f8\u75db\u4e2d\u5fc3\u5168\u533a\u57df\u6a21\u5f0f\u53ca\u80f8\u75db\u6551\u6cbb\u5355\u5143\u5efa\u8bbe\uff0c\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u80f8\u75db\u4e2d\u5fc3\u884c\u653f\u603b\u76d1\u3001\u533b\u7597\u603b\u76d1\u3001\u80f8\u75db\u4e2d\u5fc3\u79d8\u4e66\u53ca\u533b\u52a1\u79d1\u79d1\u957f\u4e00\u884c\u5230\u4e39\u6c5f\u793e\u533a\u536b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5109"}; 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 () { } }); }); }