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=2330&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: 1745166407, nonceStr: 'JRHNbnV0FS9frZ8I', signature: 'dd9202124090514192da40b5480f0cfe8aa3e4ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u795e\u5185\u201c85\u201d\u59d0\u59b9\u82b1\u7684\u804c\u8d23\u4e0e\u62c5\u5f53","smalltext":" \u201c\u6ca1\u95ee\u9898\uff0c\u6211\u53ef\u4ee5\uff01\u201d\u8fd9\u662f\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u795e\u7ecf\u5185\u79d1\u8d23\u4efb\u62a4\u5e08\u6768\u5a07\u3001\u6881\u91d1\u971e\u63a5\u5230\u652f\u63f4\u53d1\u70ed\u95e8\u8bca\u901a\u77e5\u65f6\u5f02\u53e3\u540c\u58f0\u7684\u56de\u7b54\u3002\u5979\u4eec\u5728\u53c2\u52a0\u5b8c\u533b\u9662\u57f9\u8bad\u540e\uff0c\u4fbf\u7a7f\u4e0a\u539a\u539a\u7684\u9632\u62a4\u670d\uff0c\u6234\u4e0a\u62a4\u76ee\u955c\uff0c\u653e\u4e0b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2330"}; 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 () { } }); }); }