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=1526&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: 1747192704, nonceStr: 'NlSjACnKsrDD8XoL', signature: '5f86b9bb52ec35d9ca836dfc2f2425a11c834f80', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u6d41\u4e95\u533a\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u201c\u4e0d\u52a1\u6b63\u4e1a\u201d\u4e5f\u6696\u5fc3","smalltext":"\u5728\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u4e2d\uff0c\u56db\u5ddd\u7701\u81ea\u8d21\u5e02\u81ea\u6d41\u4e95\u533a\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u8001\u5e74\u75c5\u79d1\u533b\u62a4\u4eba\u5458\u7528\u5b9e\u9645\u884c\u52a8\u544a\u8bc9\u6211\u4eec\u6539\u5584\u533b\u60a3\u5173\u7cfb\u5e76\u4e0d\u96be\uff0c\u533b\u60a3\u548c\u8c10\u4e0d\u662f\u68a6\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1526"}; 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 () { } }); }); }