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=4330&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: 1744969468, nonceStr: 'HuoF4BDc5CU63VCy', signature: 'e27580cf63e1d9994903c2ab95d9821828dc67d0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u7fa4\u4f17\u65e0\u5c0f\u4e8b\uff0c\u70b9\u6ef4\u6696\u6c11\u5fc3","smalltext":" \u7fa4\u4f17\u5229\u76ca\u65e0\u5c0f\u4e8b\uff0c\u4e00\u679d\u4e00\u53f6\u603b\u5173\u60c5\u3002\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u829d\u7f58\u533a\u536b\u5065\u5c40\u300a\u515a\u5efa\u7edf\u9886\u5f3a\u6267\u884c\u533b\u5fc3\u4e3a\u6c11\u5f3a\u670d\u52a1\u96c6\u4e2d\u884c\u52a8\u300b\u300a\u201c\u53cc\u4e3a\u670d\u52a1\u201d\u4e89\u5148\u950b\u6d3b\u52a8\u300b\u7b49\u6587\u4ef6\u7cbe\u795e\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u79ef\u6781\u5f00\u5c55\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4330"}; 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 () { } }); }); }