소스 검색

绑定工号

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="请输入工号"/>