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=4996&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: 1716011038, nonceStr: 'DQYupg1T7zTfKQvO', signature: '4a1137f3aaac9e55e9de76d4d0e3c8d230ce647b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6210\u529f\u62a2\u6551\u4e00\u540d\u7f8a\u6c34\u6813\u585e\u4ea7\u5987","smalltext":"\u5341\u6708\u4e00\u7684\u5047\u671f\u521a\u521a\u7ed3\u675f\uff0c\u6b63\u5f0f\u5de5\u4f5c\u7684\u7b2c\u4e00\u5929\uff0c\u65e9\u6668\u9633\u5149\u751a\u597d\uff0c\u56db\u540d\u60a3\u8005\u5bb6\u5c5e\u63d0\u7740\u4e24\u5927\u5305\u6c34\u679c\u4e0e\u7cd6\uff0c\u62ff\u7740\u4e00\u5f20\u7528\u7ea2\u7eb8\u5199\u7684\u611f\u8c22\u4fe1\uff0c\u8fd8\u6709\u4e00\u9762\u5370\u6709"\u4e3a\u533b\u5c3d\u5fc3\u7aed\u529b\uff0c\u4fdd\u6211\u6bcd\u5973\u5e73\u5b89\u201d\u7684\u9526\u65d7\u6765\u5230\u6566\u5316\u5e02\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4996"}; 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 () { } }); }); }