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=6784&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: 1743632888, nonceStr: 'xlKyj9tZnAhgteWT', signature: '4f901c8bf2a623faad07bd3c0de0c30dd4c1de51', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202407\/087be0b65e72bc9c66f4847f858b78c0.jpg","title":"\u3010\u6709\u5956\u5f81\u96c6\u3011\u5168\u56fd\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4f18\u79c0\u5178\u578b\u6848\u4f8b\u5f81\u96c6\u6d3b\u52a8","smalltext":"\u3010\u6709\u5956\u5f81\u96c6\u3011\u5168\u56fd\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4f18\u79c0\u5178\u578b\u6848\u4f8b\u5f81\u96c6\u6d3b\u52a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6784"}; 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 () { } }); }); }