Browse Source

手机号显示当前账户的而非门店的

liyuan 3 days ago
parent
commit
01ef18ebe1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/me/myInfo.vue

+ 4 - 4
pages/me/myInfo.vue

@@ -7,8 +7,8 @@
 						placeholder="请输入内容" :inputBorder="false" :clearable="false" >
 					</uni-easyinput>
 				</uni-forms-item>
-				<uni-forms-item name="tel" label="电话" required>
-					<uni-easyinput v-model="form.tel" class="right-align" type="number"
+				<uni-forms-item name="contactsPhone" label="电话" required>
+					<uni-easyinput v-model="form.contactsPhone" class="right-align" type="number"
 						placeholder-class="placeholder-right" placeholder="请输入内容" :inputBorder="false"
 						:clearable="false" :disabled="true" maxlength="11"
 						@change="photoChange"></uni-easyinput>
@@ -138,8 +138,8 @@
 			}
 		},
 		onLoad(option) {
-			this.getSelectType()
-			this.getLabel()
+			// this.getSelectType()
+			// this.getLabel()
 			this.getSalerList()
 			// this.getStorageList()
 			this.getAppDetails()