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=954&classid=4&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: 1716128026, nonceStr: 'CUVDxvOfYLe7z5Sg', signature: '8a0ff9b0ce80586953d38a0d463149576832fac1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u5f20\u4e43\u9f99\uff1a\u8ffd\u5fc6\u8001\u9662\u957f\u7684\u201c\u4e3a\u6c11\u60c5\u6000\u201d","smalltext":"\u201c\u5565\u53eb\u54c1\u724c\uff0c\u54c1\u724c\u5c31\u662f\u540d\u58f0\uff0c\u5c31\u662f\u53e3\u7891\uff0c\u4f60\u5bf9\u8001\u767e\u59d3\u597d\u4e0d\u597d\uff0c\u4e0d\u5149\u5634\u91cc\u5e72\u5406\u559d\uff0c\u8981\u5fc3\u91cc\u771f\u88c5\u7740\uff0c\u8fd8\u5f97\u5e72\u4e9b\u5b9e\u5728\u4e8b\uff0c\u201d\u8fd9\u662f2003\u5e74\uff0c\u5728\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u521b\u5efa\u5168\u7701\u670d\u52a1\u54c1\u724c\u52a8\u5458\u5927\u4f1a\u4e0a\uff0c\u539f\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u7b2c\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=954"}; 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 () { } }); }); }