wly hai 2 semanas
pai
achega
b107e6f180
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      pages/my/addressSet.vue

+ 3 - 3
pages/my/addressSet.vue

@@ -3,11 +3,11 @@
 		<view class="list_info">
 			<view class="name">收件人:</view>
 			<view class="item">
-				<input type="text" class="input" placeholder="请输入收件人姓名" v-model="info.realname" maxlength="30" />
+				<input type="text" class="input" placeholder="请输入收件人姓名" v-model="info.realname" maxlength="10" />
 			</view>
 			<view class="name">联系方式:</view>
 			<view class="item">
-				<input type="text" class="input" placeholder="请输入联系方式" v-model="info.mobile" maxlength="30" />
+				<input type="text" class="input" placeholder="请输入联系方式" v-model="info.mobile" maxlength="11" />
 			</view>
 			<view class="name">所在地区:</view>
 			<view class="item" @click="SelAddrArea">
@@ -16,7 +16,7 @@
 			</view>
 			<view class="name">详细地址:</view>
 			<view class="item">
-				<input type="text" class="input" placeholder="请输入详细地址" v-model="info.address" maxlength="11" />
+				<input type="text" class="input" placeholder="请输入详细地址" v-model="info.address" maxlength="30" />
 			</view>
 
 			<view class="blankHeight"></view>