k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<view class="app">
  <view class="wrap">
    <view class="item" data-i="0" bindtap="jumpPage">
      <image src="../../static/icon/ic_kehuxihuan.png" mode="widthFix"></image>
      <view>客户喜欢</view>
      <view class="activeNum">{{ enjoyList.length }}</view>
    </view>
    <view wx:if="{{ showPurpose && showPurpose == '1' }}" class="item" data-i="2" bindtap="jumpPage">
      <image src="../../static/icon/ic_yixiang.png" mode="widthFix"></image>
      <view>意向登记</view>
    </view>
    <view class="item" data-i="1" bindtap="jumpPage">
      <image src="../../static/icon/ic_mingpian.png" mode="widthFix"></image>
      <view>个人名片</view>
    </view>
  </view>
</view>