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}} -