1
xuxueyang
2024-07-26 3d1e8016516b1b27def77871c8644be363d4fb88
sub_pages/customer/self/follow.vue
@@ -1,5 +1,7 @@
<template>
  <view class="follow-page">
    <no-data v-if="!list||list.length===0" style="width: 100%;"></no-data>
    <view class="follow-item m-b-40" v-for="(item,index) of list" :key="index">
      <image class="avatar img100" :src="item.avatar" mode="aspectFill"></image>
      <view class="info">
@@ -110,7 +112,7 @@
    .button-2 {
      border-radius: 34rpx;
      border: 2rpx solid #20613D
      border: 2rpx solid #20613D;
      color: #20613D;
    }
  }