Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
8f385bc6e4
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/home/customer-list/index.wxml

2
pages/home/customer-list/index.wxml

@ -55,7 +55,7 @@
</view> </view>
</van-cell> </van-cell>
</block> </block>
<van-divider content-position="center" custom-style="padding:0rpx 120rpx">
<van-divider content-position="center" custom-style="padding:0rpx 120rpx" wx:if="{{total}}">
<text class="text-df">共计{{total}}个客户</text> <text class="text-df">共计{{total}}个客户</text>
</van-divider> </van-divider>
</view> </view>

Loading…
Cancel
Save