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=5344&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: 1743703021, nonceStr: 'glSl17RZ14C7ecaE', signature: 'badf23dd91a61c6356b7275021e4bea29abcfe19', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u6025\u6551\u4e2d\u5fc3\uff1a\u6709\u4e00\u79cd\u7279\u6b8a\u7684\u540d\u7247\u662f\u62a4\u58eb\u7684\u201c\u624b\u201d","smalltext":"\u63d0\u8d77\u62a4\u58eb\uff0c\u4f60\u80fd\u60f3\u5230\u4ec0\u4e48\uff1f\u662f\u6d01\u767d\u65e0\u7455\u7684\u62a4\u58eb\u670d\u662f\u71d5\u5c3e\u5e3d\u4e0b\u6574\u9f50\u7684\u53d1\u9afb\u8fd8\u662f\u75c5\u623f\u4e2d\u5fd9\u788c\u7684\u80cc\u5f71\u53c8\u6216\u8bb8\u662f\u5728\u4f60\u9700\u8981\u5e2e\u52a9\u7684\u65f6\u5019\u51b2\u5728\u6700\u524d\u9762\u7684\u4ed6\u4eec\uff1f\u6709\u4e00\u4e2a\u5730\u65b9\u4f60\u5927\u6982\u672a\u66fe\u7559\u610f\u2026\u2026\u90a3\u5c31\u662f\u62a4\u58eb\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5344"}; 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 () { } }); }); }