Browse Source

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

LiChengjin 3 months ago
parent
commit
1746b0c2e6
1 changed files with 1 additions and 0 deletions
  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
 						}