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