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=2440&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: 1716096063, nonceStr: 'LKwY9kaVKmpE9DFD', signature: 'f0df1fa58ea3464c177e5a150536f05b89d65925', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u5b54\u5fb7\u667a\uff1a\u201c\u4eba\u201d\u4e0e\u201c\u6587\u201d\u76f8\u7edf\u4e00\uff0c\u6709\u6548\u6784\u5efa\u533b\u9662\u4eba\u6587\u54c1\u724c","smalltext":"\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u662f\u533b\u9662\u7ba1\u7406\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u662f\u533b\u9662\u53d1\u5c55\u57fa\u4e1a\u957f\u9752\u4e0d\u53ef\u6216\u7f3a\u7684\u91cd\u8981\u73af\u8282\uff0c\u5411\u5916\u53ef\u5851\u9020\u54c1\u724c\u5f62\u8c61\uff0c\u5411\u5185\u53ef\u79ef\u6dc0\u4eba\u6587\u5185\u6db5\u3002\u4ee5\u4f55\u4e3a\u6293\u624b\u662f\u5176\u91cd\u70b9\u4e0e\u96be\u70b9\uff0c\u5efa\u8bbe\u8fc7\u7a0b\u4e2d\uff0c\u6211\u4eec\u6b63\u662f\u6293\u4f4f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2440"}; 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 () { } }); }); }