Explorar o código

opt:主入住人入住时传入入住人数

LiChengjin hai 3 meses
pai
achega
1746b0c2e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      subpkg_checkin/checkin/checkin.vue

+ 1 - 0
subpkg_checkin/checkin/checkin.vue

@@ -68,6 +68,7 @@
 					for (let i = 0; i < this.checkinInfo.length; i++) {
 						if (i == 0) {
 							info.isMainCustomer = true
+							info.totalCustomerNum = this.checkinInfo.length
 						} else {
 							info.isMainCustomer = false
 						}