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=6725&classid=14&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: 1716047682, nonceStr: 'c2ueUwuwO2DJrJ1Y', signature: '39370e92647a9baeffbafa7f7dc328856508e11b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u516c\u7acb\u533b\u9662\u515a\u5efa\u5de5\u4f5c\u80cc\u666f\u4e0b\u52a0\u5f3a\u5de5\u4f1a\u5de5\u4f5c\u7684\u5b9e\u8df5\u4e0e\u601d\u8003\u2014\u2014\u4ee5\u5efa\u7acb\u804c\u5de5\u5065\u5eb7\u4fdd\u969c\u4f53\u7cfb\u4e3a\u4f8b","smalltext":"\u672c\u6587\u4ee5\u65b0\u65f6\u671f\u533b\u52a1\u4eba\u5458\u4e2a\u4f53\u5065\u5eb7\u72b6\u51b5\u4e0d\u5bb9\u4e50\u89c2\u7684\u73b0\u72b6\u4ee5\u53ca\u804c\u5de5\u5bf9\u9ad8\u54c1\u8d28\u751f\u6d3b\u4e0d\u65ad\u589e\u957f\u7684\u9700\u6c42\u4e3a\u8d77\u70b9\uff0c\u4ece\u5de5\u4f1a\u201c\u7ef4\u62a4\u3001\u5efa\u8bbe\u3001\u53c2\u4e0e\u3001\u6559\u80b2\u201d\u56db\u9879\u57fa\u672c\u804c\u80fd\u51fa\u53d1\uff0c\u8fdb\u4e00\u6b65\u63a2\u8ba8\u5982\u4f55\u66f4\u597d\u5730\u5e94\u5bf9\u4e0a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6725"}; 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 () { } }); }); }