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=4032&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: 1745056304, nonceStr: 'tWelABTEJhJkCEgU', signature: 'efde5e8adb319ecab7b4ab2ab55229fc576e67ab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u65b0\u5e74\u6700\u597d\u7684\u793c\u7269","smalltext":" \u201c\u5e02\u4eba\u6c11\u533b\u9662\u80be\u5185\u79d1\u7684\u533b\u62a4\u4eba\u5458\u4e0d\u4ec5\u6280\u672f\u9ad8\u8d85\uff0c\u670d\u52a1\u6001\u5ea6\u771f\u662f\u4e00\u6d41\uff0c\u51e1\u4e8b\u90fd\u4e3a\u6211\u4eec\u8003\u8651\u5468\u5168\u3002\u5728\u5df2\u7ecf\u4e0b\u4e86\u75c5\u5371\u901a\u77e5\u4e66\u7684\u60c5\u51b5\u4e0b\uff0c\u80be\u5185\u79d1\u5168\u4f53\u533b\u62a4\u7528\u4ed6\u4eec\u4e30\u5bcc\u7684\u4e34\u5e8a\u7ecf\u9a8c\u548c\u7cbe\u6e5b\u7684\u533b\u672f\uff0c\u4f53\u8d34\u5165","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4032"}; 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 () { } }); }); }