zhangdan 4 years ago
parent
commit
87fac7c611
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/login/login.vue
  2. 1 1
      pages/userCenter/index.vue

+ 1 - 1
pages/login/login.vue

@@ -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">

+ 1 - 1
pages/userCenter/index.vue

@@ -66,7 +66,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>
 	</view>
 </template>
 </template>