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=2190&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: 1747123665, nonceStr: 'Pwei7i7nXxNrohpD', signature: '3be3b2536906bdd986341c64a3b0a9b0bafb56bd', 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\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u4ece\u6c76\u5ddd\u5730\u9707\u91cd\u707e\u533a\u53d7\u63f4\u8005\u5230\u65b0\u51a0\u80ba\u708e\u533b\u8005\uff0c\u4e00\u4f4d\u62a4\u58eb12\u5e74\u6210\u957f\u53f2","smalltext":"\u8fd9\u4f4d\u62a4\u58eb\uff0c12\u5e74\u524d\u5728\u6c76\u5ddd\u5730\u9707\u91cd\u707e\u533a\uff0c\u4ed6\u63a5\u53d7\u4e86\u6765\u81ea\u5168\u56fd\u5404\u5730\u7684\u5e2e\u52a9\u548c\u6350\u8d60\u3002\u4e5f\u5c31\u5728\u5f53\u65f6\uff0c\u4ed6\u5f00\u59cb\u505a\u5fd7\u613f\u8005\uff0c\u7acb\u5fd7\u7528\u53cc\u624b\u53bb\u5e2e\u52a9\u4ed6\u4eba\u30022020\u5e74\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\uff0c\u4ed6\u7b2c\u4e00\u65f6\u95f4\u62a5\u540d\u5230\u524d\u7ebf\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2190"}; 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 () { } }); }); }