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=4260&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: 1744972090, nonceStr: '7p3SZbLxqHecoDEf', signature: 'c54800eb18548effed6c87acceaf039f23d3d2ba', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u533b\u62a4\u7cbe\u5fc3\u52a9\u5eb7\u590d \u60a3\u8005\u611f\u6069\u9001\u9526\u65d7","smalltext":"\u8fd1\u65e5\uff0c\u5eb7\u590d\u60a3\u8005\u5218\u963f\u59e8\u7684\u5bb6\u5c5e\u738b\u5148\u751f\u5c06\u4e24\u9762\u7ee3\u6709\u201c\u533b\u672f\u7cbe\u6e5b\uff0c\u533b\u5fb7\u9ad8\u5c1a\u201d\u5b57\u6837\u7684\u9526\u65d7\u9001\u5230\u9662\u529e\u516c\u5ba4\uff0c\u8868\u8fbe\u5bf9\u533b\u9662\u4e2d\u533b\u5eb7\u590d\u79d1\u5168\u4f53\u533b\u62a4\u4eba\u5458\u7cbe\u6e5b\u533b\u672f\u4ee5\u53ca\u5468\u5230\u670d\u52a1\u7684\u611f\u6fc0\u4e4b\u60c5\u3002\u60a3\u8005\u5218\u963f\u59e8\u4e8e\u4e09","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4260"}; 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 () { } }); }); }