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=3061&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: 1745150648, nonceStr: 'h6KNZVY8SNAR2qET', signature: '64fd2b6e50be807e37569205d334a3a396f5dca5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u70ed\u5fc3\u804c\u5de5\u5e2e\u52a9\u8d70\u5931\u5b69\u7ae5\u627e\u5230\u5bb6\u4eba","smalltext":"\u201c\u5988\u5988\uff0c\u5988\u5988\u2026\u2026\u201d\u4e00\u540d\u5c0f\u7537\u5b69\u5728\u533b\u9662\u51fa\u5165\u53e3\u54ed\u6ce3\u3002\u201c\u5c0f\u670b\u53cb\u600e\u4e48\u4e86\uff1f\u201d \u4fdd\u536b\u79d1\u4ee3\u6210\u6625\u5728\u5de1\u903b\u9014\u4e2d\u53d1\u73b0\u8fd9\u540d\u5c0f\u7537\u5b69\u5373\u8d70\u4e0a\u524d\u53bb\u8be2\u95ee\u60c5\u51b5\u3002\u5f97\u77e5\u8fd9\u540d\u5c0f\u5b69\u7ae5\u627e\u4e0d\u5230\u5bb6\u4eba\u4e86\uff0c\u5b89\u629a\u4e00\u756a\u540e\u628a\u5c0f\u5b69","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3061"}; 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 () { } }); }); }