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=6656&classid=14&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: 1716242684, nonceStr: 'icXAzsMeBttJ2kDV', signature: '80c4da12d765be04ec6e5ab234984dcd9a679f67', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u91d1\u70b9\u5b50\u201d\u5316\u8eab\u201c\u91d1\u94a5\u5319\u201d \u5c0f\u63aa\u65bd\u6c47\u805a\u5927\u6210\u5c31","smalltext":"\u4e00\u3001\u5b9e\u65bd\u80cc\u666f\uff08\u4e00\uff09\u793e\u4f1a\u6587\u5316\u4e2d\u534e\u6c11\u65cf\u5386\u6765\u6ce8\u91cd\u201c\u4eba\u6c11\u201d\uff0c\u81ea\u53e4\u81f3\u4eca\u90fd\u5c06\u5176\u653e\u5728\u5f88\u91cd\u8981\u7684\u4f4d\u7f6e\u3002\u201c\u6c11\u4e3a\u8d35\uff0c\u793e\u7a37\u6b21\u4e4b\uff0c\u541b\u4e3a\u8f7b\u201d\u201c\u653f\u4e4b\u6240\u5174\uff0c\u5728\u987a\u6c11\u5fc3\u201d\u2026\u2026\u4eba\u6c11\u7fa4\u4f17\u4f5c\u4e3a\u63a8\u52a8\u5386\u53f2\u524d\u8fdb\u7684\u4e3b\u4f53\uff0c\u65e0\u8bba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6656"}; 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 () { } }); }); }