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=2274&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: 1747124918, nonceStr: '0jv6b5rtl2fqxUGV', signature: '63ddd65bc3e1a5f2377f48086f08becdcef709ab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u4e94\u533b\u9662\uff1a\u516d\u4eba\u3001\u4e24\u4e2a\u79d1\u5ba4\u83b7\u6210\u90fd\u5e02\u603b\u5de5\u4f1a\u8868\u626c","smalltext":" 3\u67089\u65e5\uff0c\u6210\u90fd\u5e02\u603b\u5de5\u4f1a\u7f51\u7ad9\u53d1\u5e03\u300a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u4e13\u9879\u4e94\u4e00\u52b3\u52a8\u5956\u72b6\u3001\u4e94\u4e00\u52b3\u52a8\u5956\u7ae0\u3001\u5de5\u4eba\u5148\u950b\u53f7\u5149\u8363\u699c\u300b\u3002 \u81ea\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u6253\u54cd\u4ee5\u6765\uff0c\u6210\u90fd\u5e02\u5728\u533b\u7597\u6551\u62a4\u3001\u793e\u533a\u9632","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2274"}; 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 () { } }); }); }