修复客户手机号变成微信号
This commit is contained in:
parent
7008a9d342
commit
e7a388a3a5
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<view class="summary-item">
|
<view class="summary-item">
|
||||||
<text class="summary-label">手机号</text>
|
<text class="summary-label">手机号</text>
|
||||||
<text class="summary-value">{{ customerDetail.wechat || '--' }}</text>
|
<text class="summary-value">{{ customerDetail.mobile || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="summary-item">
|
<view class="summary-item">
|
||||||
<text class="summary-label">跟进人</text>
|
<text class="summary-label">跟进人</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user