From 343edf0e997c50a483256f31490cb179c8d6d92b Mon Sep 17 00:00:00 2001 From: yanghao <781521347@qq.com> Date: Wed, 9 Mar 2022 11:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 +-- pages/serviceTeacher/addMember.vue | 3 ++- pages/serviceTeacher/memberManagement.vue | 32 ----------------------- 3 files changed, 4 insertions(+), 35 deletions(-) diff --git a/config/index.js b/config/index.js index 4c040f0..7ef0a2e 100644 --- a/config/index.js +++ b/config/index.js @@ -1,8 +1,8 @@ // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api' // export const VUE_APP_API_URL = 'http://192.168.0.112:8088/api' -// export const VUE_APP_API_URL = 'http://192.168.1.34:8088/api/' -export const VUE_APP_API_URL = 'https://www.cyjyyjy.com/api' +export const VUE_APP_API_URL = 'http://192.168.68.126:8088/api/' +// export const VUE_APP_API_URL = 'https://www.cyjyyjy.com/api' // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api' // export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; diff --git a/pages/serviceTeacher/addMember.vue b/pages/serviceTeacher/addMember.vue index f4b3bbe..4f87e18 100644 --- a/pages/serviceTeacher/addMember.vue +++ b/pages/serviceTeacher/addMember.vue @@ -229,9 +229,10 @@ uni.showToast({ title: "添加成功!" }) - this.getMemberList(); + this.memberList = [] this.checkedArr = []; this.checkedAllArr = []; + this.getMemberList(); } else{ uni.showToast({ title: res.msg, diff --git a/pages/serviceTeacher/memberManagement.vue b/pages/serviceTeacher/memberManagement.vue index 7846a85..6957e9f 100644 --- a/pages/serviceTeacher/memberManagement.vue +++ b/pages/serviceTeacher/memberManagement.vue @@ -43,38 +43,6 @@ {{loadState}} -