Browse Source

Merge branch 'master' of http://git.ringzle.com:3000/htcwl/hotelHomestayWx

2912631854@qq.com 4 months ago
parent
commit
1794cee032
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/house/stayCheck.vue

+ 2 - 2
pages/house/stayCheck.vue

@@ -143,8 +143,8 @@
 			addPerson() {
 				this.checkInPersonList.push({
 					checkInPhone: '',
-					idCard:0,
-					cardType: '',
+					idCard: '',
+					cardType:0,
 					checkInName: '',
 				})
 			},