|
@@ -128,7 +128,7 @@
|
|
|
.paymentTime).format('YYYY-MM-DD HH:mm:ss')
|
|
|
this.orderInfo.status = this.status[this.orderInfo.status]
|
|
|
this.orderInfo.paymentStatus = this.paymentStatus[this.orderInfo.paymentStatus]
|
|
|
- if (this.orderInfo.breakfastNum === 0) {
|
|
|
+ if (this.orderInfo.breakfastNum === null) {
|
|
|
this.orderInfo.breakfastNum = '不含早'
|
|
|
} else {
|
|
|
this.orderInfo.breakfastNum = `含${this.orderInfo.breakfastNum}早`
|