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=4743&classid=10&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: 1715269554, nonceStr: '2EXlep0Nkbf5BeDK', signature: '82706f70815ac001bcfcf845ec9ded8ceeab98cf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c49\u4e2d\u5e02\u4e2d\u5fc3\u533b\u9662-\u4eba\u6587\u7ba1\u7406\u56e2\u961f","smalltext":"\u5df4\u5c71\u8700\u6c34\uff0c\u79e6\u5cad\u6c49\u6c5f\uff0c\u7269\u534e\u5929\u5b9d\u3001\u4eba\u6770\u5730\u7075\uff0c\u88ab\u79f0\u4f5c\u897f\u5317\u4e94\u7701\u5f53\u4e4b\u65e0\u6127\u7684\u201c\u5c0f\u6c5f\u5357\u201d\uff0c\u8fd9\u4e2a\u57ce\u5e02\u5c31\u662f\u6c49\u4e2d\u3002\u4f4d\u4e8e\u9655\u897f\u7701\u5357\u90e8\uff0c\u5317\u4f9d\u79e6\u5cad\uff0c\u5357\u5c4f\u5df4\u5c71\uff0c\u4e2d\u90e8\u4e3a\u6c49\u4e2d\u5e73\u539f\uff0c\u53c8\u79f0\u6c49\u4e2d\u76c6\u5730\uff0c\u6c49\u4e2d\u4e43\u662f\u4e24\u5c71\u5939\u4e00\u76c6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4743"}; 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 () { } }); }); }