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=1820&classid=5&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: 1715151459, nonceStr: 'p0w7CzvbVzZ6pqWp', signature: '9ba631b0d7acd8cf1dd58a2053c7bd5b78b31444', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u5927\u533b\u7597\uff1a\u8bf7\u5e73\u5b89\u56de\u5bb6 \u6211\u4eec\u4e00\u8d77\u770b\u6a31\u82b1","smalltext":"\u8fd9\uff0c\u6ce8\u5b9a\u662f\u4e00\u573a\u8270\u96be\u7684\u6218\u201c\u75ab\u201d\uff0c\u4e5f\u662f\u6211\u4eec\u6240\u6709\u4eba\u5171\u540c\u7684\u6218\u201c\u75ab\u201d\uff01\u611f\u8c22\u6bcf\u4e00\u4f4d\u524d\u7ebf\u594b\u6218\u7684\u4eba\uff0c\u62ab\u8346\u65a9\u68d8\uff0c \u5171\u514b\u65f6\u8270\uff01\u76f8\u4fe1\u6b64\u523b\u6240\u6709\u7684\u575a\u5b88\u90fd\u5954\u5411\u4ee5\u540e\u7684\u56e2\u5706\uff01\u5411\u82f1\u96c4\u4eec\u81f4\u656c\uff0c\u7b49\u4f60\u4eec\u5e73\u5b89\u56de\u6765\uff01\u201c\u9762\u5bf9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1820"}; 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 () { } }); }); }