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=4235&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: 1714728800, nonceStr: '7quMAzHbtmWTnKBj', signature: '4d61e12bb69b4f28c79ec67a89a2cfaa8ad2c493', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u786e\u8ba4\u8fc7\u773c\u795e\u662f\u5979\u2014\u2014\u597d\u6837\u7684","smalltext":"\u201c\u5988\u5988\uff0c\u5988\u5988\uff0c\u5c31\u662f\u8fd9\u4e2a\u963f\u59e8\uff0c\u6211\u8bb0\u5f97\u5979\u7684\u773c\u775b......\u5c31\u662f\u90a3\u4e2a\u6234\u5934\u76d4\u9001\u6211\u56de\u5bb6\u7684\u963f\u59e8\u201d\uff0c5\u5c81\u59ae\u59ae\u8e66\u8e66\u8df3\u8df3\u4e0a\u524d\u53bb\u62e5\u62b1\u773c\u524d\u8fd9\u4e2a\u4eba\u30022\u670825\u65e5\uff0c\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u62a4\u7406\u90e8\u6765\u4e86\u4e00\u5bf9\u7279\u6b8a\u7684\u6bcd\u5973\uff0c\u5979\u4eec\u5e26","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4235"}; 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 () { } }); }); }