tanxue 4 mesiacov pred
rodič
commit
5dfdab0b40
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/my/telDialog.vue

+ 1 - 1
pages/my/telDialog.vue

@@ -3,7 +3,7 @@
 		<view class="my-tel-content">
 			<view class="tel-close" @click="telClose(AWSC)"></view>
 			<view class="tel-row">
-				<view class="my-tel-title">绑定新手机号</view>
+				<view class="my-tel-title">修改手机号</view>
 				<view class="my-input-box">
 					<input class="my-input" type="text" v-model="bindObj.telNumber" placeholder="请输入手机号" maxlength="11"
 						@input="changeTelInput" />