Parcourir la source

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

LiChengjin il y a 3 mois
Parent
commit
1746b0c2e6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
 						}