xhj 2 年 前
コミット
38f9e31986
1 ファイル変更2 行追加2 行削除
  1. 2 2
      mine/bindNumber/bindNumber.vue

+ 2 - 2
mine/bindNumber/bindNumber.vue

@@ -1,7 +1,7 @@
 <template>
 	<view style="padding-top: 300rpx;">
-		<view v-if="userInfo&&userInfo.mobile" class="phone">{{userInfo.mobile.substring(0,3)}}****{{userInfo.mobile.substring(userInfo.mobile.length-4,userInfo.mobile.length)}}</view>
-		<view v-else class="phone">绑定工号</view>
+		<!-- <view v-if="userInfo&&userInfo.mobile" class="phone">{{userInfo.mobile.substring(0,3)}}****{{userInfo.mobile.substring(userInfo.mobile.length-4,userInfo.mobile.length)}}</view> -->
+		<view class="phone">绑定工号</view>
 		
 		<view class="input-box" style="margin-bottom: 30rpx;">
 			<input v-model="saleNo" placeholder-class="input-placeholder" placeholder="请输入工号"/>