From d9855f9fd12345ed330dc82b431e7e1680ada806 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 18 七月 2023 15:00:36 +0800 Subject: [PATCH] no message --- public/html/activity/invite2308.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/public/html/activity/invite2308.html b/public/html/activity/invite2308.html index be81183..0ea23f4 100644 --- a/public/html/activity/invite2308.html +++ b/public/html/activity/invite2308.html @@ -419,6 +419,8 @@ joinAct:function() { var _this = this; + _this.loadingTxt="鍔犺浇涓�..."; + _this.loading=true; $.ajax({ headers:{ "token":_this.getUrlPar("token") @@ -430,6 +432,7 @@ actid:_this.activityid } }).done(function(res){ + _this.loading=false; if(res.code==0) { alert("鍙傚姞鎴愬姛锛�"); -- Gitblit v1.9.3