tanxue hace 4 meses
padre
commit
5dfdab0b40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" />