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=2609&classid=13&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: 1716027765, nonceStr: 'x1JL2E6mwWlUtgL6', signature: 'dfb742e7149b327e616f6b2607f4fc57720d8796', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\u55e8\u533b\u751f\u5de5\u4f5c\u5ba4:\u201c\u55e8\u533b\u58f0\u201d\u56e2\u961f\u660e\u6670\u7684\u4f20\u64ad\u57fa\u8c03","smalltext":"\u201c\u55e8\u533b\u58f0\u201d\u56e2\u961f\u660e\u6670\u7684\u4f20\u64ad\u57fa\u8c03\u2014\u2014\u4e0d\u6253\u201c\u5b98\u8154\u201d\uff0c\u8bf4\u201c\u666e\u901a\u201d\u8bdd\uff0c\u5173\u6ce8\u666e\u7f57\u5927\u4f17\u5173\u5fc3\u7684\u5065\u5eb7\u201c\u5c0f\u201d\u4e8b\u3002\u55e8\u533b\u751f\u5de5\u4f5c\u5ba4\u8fd0\u8425\u7684\u201c\u6e29\u533b\u5927\u4e8c\u9662\u201d\u5fae\u4fe1\u516c\u4f17\u53f7\uff0c\u76ee\u524d\u62e5\u670947\u4e07\u4f59\u540d\u7528\u6237\uff0c\u5df2\u7d2f\u8ba1\u63a8\u9001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2609"}; 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 () { } }); }); }