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=2390&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: 1744328523, nonceStr: '1TntAr8TmMzLycWO', signature: 'cd650d903ecb0f839a16f6bec2643aefd1beaa53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5357\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6784\u5efa\u7acb\u4f53\u5f0f\u670d\u52a1\u4f53\u7cfb \u5168\u9762\u63d0\u5347\u60a3\u8005\u6ee1\u610f\u5ea6","smalltext":" \u8fd1\u5e74\u6765\u533b\u9662\u4ee5\u6539\u9769\u63a8\u8fdb\u670d\u52a1\uff0c\u4ee5\u521b\u65b0\u63d0\u5347\u670d\u52a1\uff0c\u7740\u529b\u6784\u7b51\u201c\u7acb\u4f53\u670d\u52a1\u201d\u5e73\u53f0\uff0c\u5de7\u7528\u6293\u624b\uff0c\u591a\u63aa\u5e76\u4e3e\uff0c\u5c06\u670d\u52a1\u63a8\u5411\u7eb5\u6df1\u3001\u63a8\u5411\u5168\u9762\uff0c\u5728\u4e0d\u65ad\u63a2\u7d22\u5efa\u8bbe\u4e2d\uff0c\u5f62\u6210\u4e86\u72ec\u5177\u7279\u8272\u7684\u201c\u7acb\u4f53\u5f0f\u670d\u52a1\u4f53\u7cfb\u201d\uff0c\u4f7f\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2390"}; 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 () { } }); }); }