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=3546&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: 1714282696, nonceStr: 'ZPe8a9Apf1FVdrVJ', signature: 'bb53d7a6c745ac27b64b6cee13cb93c55bbc82f5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5c06\u4eba\u6587\u60c5\u6000\u878d\u5165\u533b\u9662","smalltext":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u59cb\u5efa\u4e8e1958\u5e74\uff0c\u96b6\u5c5e\u4e8e\u4e2d\u56fd\u552f\u4e00\u6838\u6b66\u5668\u7814\u5236\u5355\u4f4d\u2014\u2014\u4e2d\u56fd\u5de5\u7a0b\u7269\u7406\u7814\u7a76\u9662\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u6025\u8bca\u6025\u6551\u3001\u9884\u9632\u4fdd\u5065\u3001\u804c\u4e1a\u75c5\u9632\u62a4\u3001\u6838\u5e94\u6025\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3546"}; 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 () { } }); }); }