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=4548&classid=12&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: 1743764802, nonceStr: 'wM7hUIbuUqhy6lft', signature: '27a810488f7a186395a61cd236d909cfd92b91fb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e2d\u5357\u5e02\u4e2d\u5fc3\u533b\u9662-\u5ba3\u4f20\u4e0e\u5916\u8054\u79d1\u79d1\u957f\u515a\u6dd1\u5c3d","smalltext":"8\u5e74\u30012920\u5929\uff0c\u5979\u9ed8\u9ed8\u5f53\u597d\u767d\u8863\u5929\u4f7f\u8eab\u540e\u7684\u201c\u82f1\u96c4\u201d\uff0c\u5c06\u533b\u9662\u7684\u5ba3\u4f20\u5de5\u4f5c\u5e72\u5f97\u4e95\u4e95\u6709\u6761\uff1b8\u5e74\u30012920\u5929\uff0c\u5979\u4e50\u5f53\u5a92\u4f53\u4e0e\u533b\u9662\u4e4b\u95f4\u7684\u201c\u6865\u6881\u201d\uff0c\u4e3a\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u9ed8\u9ed8\u4ed8\u51fa\uff1b8\u5e74\u30012920\u5929\uff0c\u5979\u820d\u5c0f\u5bb6\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4548"}; 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 () { } }); }); }