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=5016&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: 1744318625, nonceStr: '52KiZfGqNjt61QUQ', signature: 'd58f76e6346d5ae3b3e1b0f701078e39e5679174', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u60c5\u6ee1\u201c\u656c\u8001\u6708\u201d \u4e49\u8bca\u9001\u5065\u5eb7","smalltext":"\u4e3a\u5f18\u626c\u4e2d\u534e\u6c11\u65cf\u656c\u8001\u5b5d\u8001\u4f20\u7edf\u7f8e\u5fb7\uff0c\u4f7f\u793e\u533a\u8001\u5e74\u4eba\u63d0\u9ad8\u5bf9\u81ea\u8eab\u5065\u5eb7\u7684\u91cd\u89c6\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u8054\u5408\u89e3\u653e\u519b970\u533b\u9662\u5f00\u5c55\u8f96\u533a\u8001\u5e74\u4eba\u514d\u8d39\u67e5\u4f53\u6d3b\u52a8\u3002 10\u670823\u65e5\u4e00\u5927\u65e9\uff0c\u8f96\u533a\u8001\u5e74\u4eba\u5c31\u9646\u7eed\u8d76\u5230\u4f53\u68c0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5016"}; 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 () { } }); }); }