tanxue před 4 měsíci
rodič
revize
5dfdab0b40
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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" />