@@ -138,7 +138,7 @@
...mapState('m_user', ['userInfo']),
...mapState('m_business', ['currentHotel']),
breakfastNumText() {
- return this.checkinInfo.breakfastNum ? `含${this.checkinInfo.breakfastNum}早` : '不含早'
+ return this.order.breakfastNum ? `含${this.order.breakfastNum}早` : '不含早'
}
},
methods: {