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=2628&classid=10&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: 1743767626, nonceStr: 'kYEoc5njfYGZVoQy', signature: 'f5f4a5dfe8364a21b272ebd7cbf73b6c28e1dd3e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662:\u6587\u4e4b\u672c \u533b\u4e4b\u9b42","smalltext":"\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u4e00\u5bb6\u5e74\u4ec540\u5c81\u7684\u5e74\u8f7b\u533b\u9662 \uff0c\u59cb\u7ec8\u575a\u6301\u4e1a\u52a1\u53d1\u5c55\u3001\u6587\u5316\u5efa\u8bbe\u4e24\u4e0d\u8bef\u3002\u52aa\u529b\u5c06\u533b\u9662\u6253\u9020\u6210\u4e3a\u793e\u4f1a\u6ee1\u610f\u3001\u653f\u5e9c\u653e\u5fc3\u3001\u767e\u59d3\u4fe1\u4efb\u3001\u5458\u5de5\u5e78\u798f\u7684\u73b0\u4ee3\u5316\u533b\u9662\u3002\u4e00\u3001\u201c\u4ee5\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2628"}; 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 () { } }); }); }