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=6741&classid=14&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: 1743633011, nonceStr: 'hHC7xrj6ad3eQ9r5', signature: '00286bcdc34bb271ef92d6339b5d90593c1754a9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u6dd8\u5b9d\u5b9d\u533b\u7597\u5fd7\u613f\u961f\u201d\u5341\u5e74\u4e49\u8bca\u4e4b\u65c5","smalltext":"\u5728\u7e41\u534e\u7684\u4e0a\u6d77\uff0c\u6709\u4e00\u5bb6\u533b\u9662\u4ee5\u5176\u72ec\u7279\u7684\u4eba\u6587\u7ba1\u7406\u5b9e\u8df5\uff0c\u8d62\u5f97\u4e86\u793e\u4f1a\u7684\u5e7f\u6cdb\u8d5e\u8a89\u3002\u8fd9\u5c31\u662f\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\uff0c\u800c\u5176\u4e2d\u6700\u5f15\u4eba\u6ce8\u76ee\u7684\uff0c\u4fbf\u662f\u90a3\u652f\u81f4\u529b\u4e8e\u7231\u5fc3\u5fd7\u613f\u670d\u52a1\u7684\u201c\u6dd8\u5b9d\u5b9d\u533b\u7597\u5fd7\u613f\u961f\u201d\u3002\u4ed6\u4eec\u7528","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6741"}; 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 () { } }); }); }