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=1619&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: 1747190414, nonceStr: '2gg1S7JkGYMIOLOQ', signature: '1485e9b911081eb42d9fbd00b59fcb31d2258ea8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a5.4\u516c\u91cc\u884c\u9a7619\u5206\u949f\uff0c\u8fd9\u91cc\u6765\u4e86\u5efa\u6751\u540e\u7684\u9996\u652f\u533b\u7597\u961f","smalltext":" \u5143\u670810\u65e5\uff0c\u5b89\u5fbd\u7701\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u6536\u5230\u6b59\u53bf\u749c\u7530\u4e61\u516d\u8054\u6751\u515a\u603b\u652f\u7684\u9080\u8bf7\u51fd\uff1a\u8be5\u6751\u4e5d\u6b65\u5e84\u8ddd\u79bb\u9ec4\u5c71\u5e02\u4e2d\u5fc3\u57ce\u533a70\u516c\u91cc\uff0c\u7fa4\u4f17\u51fa\u884c\u6781\u4e3a\u4e0d\u4fbf\uff0c\u7279\u522b\u662f\u90e8\u5206\u8001\u4eba\u56e0\u6655\u8f66\u3001\u762b\u75ea\u5728\u5e8a\u65e0\u6cd5\u5916\u51fa\u5c31","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1619"}; 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 () { } }); }); }