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=4846&classid=11&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: 1743764688, nonceStr: 'LVxVMQziTyGkWlP8', signature: '3696a1ce4158fff2ea47673ba96dfa2ca855ea6d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u6c38\u4e0d\u505c\u8f6c\u7684\u201c\u9640\u87ba\u201d","smalltext":"\u738b\u963f\u59e8\uff0c73\u5c81\uff0c2020\u5e746\u670816\u65e5\u4ee5\u201c\u6162\u6027\u963b\u585e\u6027\u80ba\u75be\u75c5\u201d\u5165\u79d1\u3002\u4f4f\u9662\u5f53\u665a\uff0c\u738b\u963f\u59e8\u7684\u513f\u5b50\u770b\u5230\u8f93\u4e0a\u6db2\u4f53\u540e\uff0c\u4ee5\u4e70\u5c3f\u4e0d\u6e7f\u4e3a\u7531\u79bb\u5f00\u75c5\u623f\uff0c\u76f4\u5230\u65e9\u4e0a\u4ea4\u73ed\u4e5f\u6ca1\u89c1\u56de\u6765\u3002\u738b\u963f\u59e8\u7684\u75c5\u60c5\u5728\u4e09\u5929\u540e\u7a33\u5b9a\u4e0b\u6765\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4846"}; 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 () { } }); }); }