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=2107&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: 1716067849, nonceStr: 'FRhDfZCPJ425w4hr', signature: '562da6918e3ee100ad6800bdd35fc23e24a37fe2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u201c\u75ab\u201d\u7ebf\u7684\u6545\u4e8b\u2014\u2014\u52c7\u6562 \u6267\u7740 \u6696\u5fc3","smalltext":"\u201c\u65b0\u51a0\u80ba\u708e\u201d\u6765\u52bf\u6c79\u6c79\uff0c\u8ba9\u8fd9\u4e2a\u65b0\u5e74\u5931\u53bb\u4e86\u672c\u8be5\u6709\u7684\u5e74\u5473\uff01\u75c5\u6bd2\u65e0\u60c5\u4eba\u6709\u60c5\uff01\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u80a9\u8d1f\u7740\u505a\u597d\u793e\u533a\u5c45\u6c11\u5065\u5eb7\u5b88\u95e8\u4eba\u7684\u91cd\u4efb\uff0c\u4e2d\u5fc3\u5168\u4f53\u533b\u52a1\u4eba\u5458\uff0c\u201c\u75ab\u201d\u65e0\u53cd\u987e\u5730\u8d70\u4e0a\u4e86\u793e\u533a\u75ab\u60c5\u9632\u63a7\u7684\u6218\u573a\uff0c\u7a7f\u68ad\u5728\u5927\u8857\u5c0f\u5df7\u3001\u5c45\u6c11\u697c\u5b87\u95f4\uff0c\u7528\u52c7\u6562\u3001\u6267\u7740\u3001\u6696\u5fc3\u4e3a\u793e\u533a\u5c45\u6c11\u7b51\u8d77\u575a\u5b9e\u7684\u9632\u62a4\u5899\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2107"}; 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 () { } }); }); }