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=4959&classid=10&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: 1716069004, nonceStr: 'AncGvQHLaxsHwqYU', signature: '1d45c94ea81fe7b0bfb8e14f6112ed41dd855342', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u5e02\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662-\u5bab\u9888\u75be\u75c5\u95e8\u8bca","smalltext":"\u201c\u6211\u4ece\u6765\u6ca1\u60f3\u8fc7\u4f1a\u6709\u533b\u751f\u62e5\u62b1\u6211\uff0c\u5f53\u65f6\u90a3\u4e2a\u62e5\u62b1\u771f\u7684\u7ed9\u4e86\u6211\u6781\u5927\u7684\u5b89\u629a\u3002\u201d23\u5c81\u7684\u5f90\u5973\u58eb\u6cea\u6ee1\u773c\u7736\u5730\u5bf9\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5bab\u9888\u75be\u75c5\u95e8\u8bca\u5b59\u5efa\u534e\u4e3b\u4efb\u8868\u8fbe\u7740\u611f\u8c22\uff0c\u50cf\u5979\u4e00\u6837\u5df2\u7ecf\u6cbb\u6108\u540e\u8fd8\u7ecf\u5e38","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4959"}; 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 () { } }); }); }