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=2585&classid=11&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: 1744318663, nonceStr: 'DyyJrEIMn3tCHnxw', signature: '016c1888e361144cc64c269fb98f954b9ecbe3a1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5929\u6d25\u5e02\u513f\u7ae5\u533b\u9662:\u667a\u6167\u95e8\u8bca\u4e0a\u7ebf\uff0c\u6539\u53d8\u73b0\u5728\uff0c\u521b\u9020\u672a\u6765","smalltext":" \u65f6\u96945\u5e74\uff0c\u5929\u6d25\u5e02\u513f\u7ae5\u533b\u9662\u6cb3\u897f\u9a6c\u573a\u9662\u533a\u201c\u56de\u6765\u201d\u4e86\uff0c\u73b0\u5728\u548c\u4ee5\u524d\u7684\u5c31\u8bca\u73af\u5883\u6709\u5929\u58e4\u4e4b\u522b\uff0c\u4ee5\u524d\u95e8\u8bca\u5c31\u8bca\u9700\u5728\u7a97\u53e3\u6302\u53f7\u3001\u7f34\u8d39\uff0c\u73b0\u5728\u5728\u5bb6\u7528\u624b\u673a\u5c31\u80fd\u9884\u7ea6\uff0c\u5927\u5927\u7f29\u77ed\u4e86\u5019\u8bca\u65f6\u95f4\uff0c\u4fbf\u6377\u4e86\u767e\u59d3\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2585"}; 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 () { } }); }); }