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=2586&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: 1744328803, nonceStr: 'wqgsodacu9Mr4NmE', signature: 'd3d5aac28c1b71cc76366251e67c9c97b6c2d9c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662:\u201c\u7231\u5fc3\u7167\u62a4\u5c97\u201d\u7684\u5b9e\u8df5","smalltext":"\u4e3a\u79ef\u6781\u54cd\u5e94\u300a\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\u300b\u63d0\u51fa\u7684\u201c\u5171\u5efa\u5171\u4eab\u3001\u5168\u6c11\u5065\u5eb7\u201d\u6218\u7565\u4e3b\u9898\uff0c\u4ee5\u4eba\u6c11\u5065\u5eb7\u4e3a\u4e2d\u5fc3\uff0c\u4ee5\u6539\u9769\u521b\u65b0\u4e3a\u52a8\u529b\uff0c\u6ee1\u8db3\u60a3\u8005\u9700\u6c42\uff0c\u6539\u5584\u60a3\u8005\u7684\u5c31\u533b\u4f53\u9a8c\uff0c\u63d0\u9ad8\u533b\u7597\u62a4\u7406\u670d\u52a1\u8d28\u91cf\uff0c\u6210\u90fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2586"}; 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 () { } }); }); }