|
@@ -18,7 +18,7 @@
|
|
<!-- 客服电话 -->
|
|
<!-- 客服电话 -->
|
|
<view class="phone flex justify_center align_center">
|
|
<view class="phone flex justify_center align_center">
|
|
<u-icon name="phone" color="#191919" font-size="32" @click="callPhone(customerPhoneNum)"></u-icon>
|
|
<u-icon name="phone" color="#191919" font-size="32" @click="callPhone(customerPhoneNum)"></u-icon>
|
|
- <text @click="callPhone(customerPhoneNum)">客服电话:{{customerPhoneNum}}</text>
|
|
|
|
|
|
+ <text @click="callPhone(customerPhoneNum)">客服电话:{{customerPhoneNum || '--'}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="nologin">
|
|
<view class="nologin">
|
|
<u-button shape="circle" size="mini" plain lass="login-btn" @click="cansel" type="info">
|
|
<u-button shape="circle" size="mini" plain lass="login-btn" @click="cansel" type="info">
|