gx
queenwuli
2021-01-12 a6653e19d20a61e7b8f788037d2a4df3f93a4f32
hive-app/pages/member/index.vue
@@ -30,7 +30,7 @@
                     </text>
                     <text class="font-13 gray">{{$utils.encryptAccount(item.phone)}}</text>
                  </view>
                  <view>
                  <view class="member-list--con-right">
                     <text class="blue">到店{{item.arriveCnt || 0}}次</text>
                     <text class="iconfont iconarrow-backimg light-gray"></text>
                  </view>
@@ -230,7 +230,7 @@
               queryKey: this.queryKey,
               sort: this.sort
            }, this.filterKeys)
            this.$httpUtils.request('/api/vip/findVipInfoList', parma, 'POST').then((res) => {
            this.$httpUtils.request('/api/vip/findVipInfoList', parma, 'POST', {isShowLoad: true}).then((res) => {
               if(res.status == 200){
                  this.list = res.rows;
               } else {
@@ -294,6 +294,11 @@
      padding: 15px 0 15px 5px;
      border-bottom: 1px solid #EDEAF4;
   }
   .member-list--con-right{
      width: 90px;
      flex: 0 0 90px;
      text-align: right;
   }
   .member-list .vip-level{
      border: 1px solid #666;
      margin-left: 10px;
@@ -301,6 +306,7 @@
      border-radius: 12px;
      padding: 2px 12px;
      color: #666666;
      word-break: keep-all;
   }
   .quick-entry{
      position: fixed;