gx
queenwuli
2021-01-15 4b80c98ef5fda8d6358778f2efe8bb35cb20ccf9
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;
   }