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=3360&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: 1745135712, nonceStr: 'qBQZJZqWOCvrTnEN', signature: '3b4db24c634c06729d9b9ed8e97982f20e1e450e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u8eab\u5fc3\u5e76\u62a4\u653b\u514b\u201c\u7591\u96be\u75c5\u6237\u201d","smalltext":"\u739b\u683c\u4e3d\u7279.\u8003\u8fea\u5c14\u533b\u5e08\u53d1\u8868\u7684\u300a\u4e0e\u75db\u5171\u821e\u300b\u4e00\u4e66\u4e2d\u66fe\u5199\u5230\uff1a\u5fc3\u7406\u548c\u8eab\u4f53\u662f\u4e00\u4f53\u7684\uff0c\u4ed6\u4eec\u4ece\u672a\u5206\u5f00\u8fc7\uff0c\u4e5f\u7edd\u4e0d\u5e94\u8be5\u88ab\u5206\u5f00\u3002\u56e0\u6b64\u5728\u4e34\u5e8a\u62a4\u7406\u5de5\u4f5c\u4e2d\uff0c\u6211\u4eec\u9664\u4e86\u7ed9\u75c5\u4eba\u8eab\u4f53\u75be\u75c5\u7684\u62a4\u7406\uff0c\u66f4\u5e94\u8be5\u5173\u6ce8\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3360"}; 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 () { } }); }); }