hive-app/pages/member/selectCustomer.vue
@@ -63,7 +63,7 @@ loadMemberList(){ this.$httpUtils.request('/api/vip/findVipInfoList', { queryKey: this.queryKey }, 'POST').then((res) => { }, 'POST', {isShowLoad: true}).then((res) => { if(res.status == 200){ this.list = res.rows.map((item) => { let index = this.selectItems.findIndex((op) => { @@ -196,7 +196,7 @@ } .footer .btn{ border-radius: 20px; line-height: 34px; line-height: 36px; padding: 0 40px; font-size: 14px; }