#
whycq
2022-12-17 89f5b56b274fffec61a16ff9074d8c7a5f28523b
pages/business/cstmr/csmtr.vue
@@ -4,8 +4,9 @@
      <view></view>
      <scroll-view>
         <!-- 客户列表 -->
         <view class="c-list" @click="getMore()" v-for="(item,index) in csmtrList" :key="index">
            <view class="list-item1 title">{{item.name}}</view><view class="list-item"></view>
         <view class="c-list" @click="getDetails" v-for="(item,index) in csmtrList" :key="index">
            <view class="titles"><y-title :title="item.name"></y-title></view><view></view>
            <!-- <view class="list-item1 title">{{item.name}}</view><view class="list-item"></view> -->
            <view class="list-item1">客户代号</view><view class="list-item2">{{item.uuid}}</view>
            <view class="list-item1">详细地址</view><view class="list-item2">{{item.addr}}</view>
            <view class="list-item1">电话</view><view class="list-item2">{{item.tel}}</view>
@@ -75,7 +76,9 @@
            })
         },
         getDetails() {
            uni.navigateTo({
               url: '/pages/business/cstmr/cstmrDetails'
            })
         }
         // ---
      }
@@ -108,11 +111,16 @@
      line-height: 45rpx;
      color: black;
   }
   .title {
   .titles {
      padding-left: 10rpx;
      text-indent: 5rpx;
      margin-top: 10rpx;
   }
   /* .title {
      height: 60rpx;
      line-height: 70rpx;
      font-size: 28rpx;
      font-weight: 900;
      color: #303133;
   }
   } */
</style>