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=4405&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: 1744969658, nonceStr: 'hIzTMNTBibDbGoh0', signature: 'daf59c064bd8428b0a5d0788609ece83c5119a41', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u533b\u7597\u65e0\u56fd\u754c\uff0c\u4ec1\u5fc3\u663e\u5927\u7231","smalltext":"\u8fd1\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u5fc3\u5916\u79d1\u63a5\u8bca\u4e86\u4e00\u4f4d\u56fd\u9645\u53cb\u4eba\uff0c\u6765\u81ea\u4fc4\u7f57\u65af\u7684\u4e2d\u5e74\u7537\u5b50SER\u3002SER\u8fd1\u4e00\u5e74\u5728\u5a01\u6d77\u5de5\u4f5c\uff0c\u56e0\u4e3a\u5fc3\u810f\u75be\u75c5\u9700\u8981\u505a\u51a0\u8109\u642d\u6865\u624b\u672f\uff0c\u800c\u571f\u751f\u571f\u957f\u7684\u4fc4\u7f57\u65af\u4ebaSER\u5374\u65e0\u6cd5\u901a\u8fc7\u666e\u901a\u8bdd\u6216\u8005\u82f1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4405"}; 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 () { } }); }); }