1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <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>
| <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>
|
|