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=4190&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: 1745056304, nonceStr: 'VvKizd1p7E0D0qjH', signature: 'ea2468cb93475ed6cb80f0240c7d2b44efebb3f1', 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\u533b\u9662:\u4f18\u8d28\u670d\u52a1\u57fa\u5c42\u884c\u8fdb\u4e07\u5bb6","smalltext":"\u9ad8\u6807\u51c6\u6253\u9020\u4f18\u8d28\u6807\u6746\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u829d\u7f58\u533a\u591a\u70b9\u53d1\u529b\u25cf \u6253\u9020\u533b\u5fc3\u4e3a\u6c11\u670d\u52a1\u8054\u76df\u6210\u7acb\u201c\u533b\u5fc3\u4e3a\u6c11\u2022\u516c\u536b\u8054\u76df\u201d\u201c\u533b\u5fc3\u4e3a\u6c11\u2022\u6162\u75c5\u8054\u76df\u201d\u201c\u533b\u5fc3\u4e3a\u6c11\u2022\u5987\u513f\u8054\u76df\u201d\u3002\u5f62\u6210\u4ee5\u515a\u5efa\u5171\u5efa\u7edf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4190"}; 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 () { } }); }); }