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=3968&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: 1745108772, nonceStr: 'z4agxzHDYpttqx2E', signature: '0e63b37941d2f523e86f67bba9236786b63b0642', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8bbe\u5728\u75c5\u623f\u7684\u7279\u6b8a\u8003\u573a","smalltext":"\u671f\u4e2d\u8003\u8bd5\u3001\u671f\u672b\u8003\u8bd5\u3001\u4e2d\u8003\u3001\u9ad8\u8003......\u4eba\u4e00\u751f\u9700\u8981\u7ecf\u5386\u65e0\u6570\u6b21\u8003\u8bd5\uff0c\u5927\u5bb6\u5370\u8c61\u4e2d\u7684\u8003\u573a\u5e94\u8be5\u662f\u6b63\u89c4\u7684\u6559\u5ba4\u3001\u4f1a\u8bae\u5ba4\uff0c\u4f46\u662f\u5f53\u8003\u8bd5\u9047\u4e0a\u4f4f\u9662\uff0c\u75c5\u623f\u6210\u4e3a\u8003\u573a\uff0c\u8fd9\u6837\u7279\u6b8a\u7684\u8003\u8bd5\u60a8\u89c1\u8fc7\u5417\uff1f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3968"}; 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 () { } }); }); }