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=4101&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: 1745056305, nonceStr: 'E1vCtB3mj1GmgkP1', signature: 'edd7a46b2643ee378a9026ccb8b0bb6454f3295f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u53f3\u8138\u9178\u75bc\u4e00\u5e74\u591a \u624b\u6cd5\u6cbb\u7597\u89e3\u987d\u75be","smalltext":"\u81ea\u4ece\u5b89\u8fde\u751f\u6559\u6388\u5728\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u5eb7\u590d\u533b\u5b66\u79d1\u6210\u7acb\u540d\u533b\u5de5\u4f5c\u5ba4\u4ee5\u6765\uff0c\u4e0d\u5c11\u60a3\u8005\u90fd\u6155\u540d\u524d\u6765\u6cbb\u7597\uff0c\u8fd1\u65e5\uff0c\u53c8\u6709\u4e00\u540d\u56e0\u53f3\u8138\u9178\u75bc\u4e00\u5e74\u591a\u7684\u60a3\u8005\u627e\u5230\u4e86\u5b89\u6559\u6388\u300245\u5c81\u7684\u8bb8\u5973\u58eb\u57282019\u5e74\u7684\u65f6\u5019\u51fa\u73b0\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4101"}; 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 () { } }); }); }