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=2460&classid=12&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: 1716094206, nonceStr: 'zOlDZIurpdK7O2OR', signature: '7f5a971b618520ca3f8ea62e63d78f761b6bc0b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5357\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u8881\u8a89\u5b81\uff1a \u4ee5\u7b14\u52a9\u529b\uff0c\u4ee5\u5f71\u5316\u6587","smalltext":"\u8881\u8a89\u5b81\u540c\u5fd7\u5bf9\u5ba3\u4f20\u5de5\u4f5c\u4e25\u683c\u628a\u5173\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u8d23\u4efb\u610f\u8bc6\u53ca\u8ba4\u771f\u7684\u5de5\u4f5c\u6001\u5ea6\u3002\u8fd1\u5e74\u6765\u5229\u7528\u4e92\u8054\u7f51+\u4f20\u7edf\u5a92\u4f53\u5728\u4f20\u64ad\u4e2d\u4e92\u52a8\u6027\u5f3a\u7684\u7279\u70b9\uff0c\u53ca\u65f6\u63a5\u6536\u53d7\u4f17\u7684\u53cd\u9988\uff0c\u5e76\u6839\u636e\u4e0e\u533b\u52a1\u5de5\u4f5c\u76f8\u5173\u7684\u8282\u65e5\u3001\u91cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2460"}; 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 () { } }); }); }