修改代客下单确认订单时获取就餐模式代码

This commit is contained in:
2024-11-19 11:29:29 +08:00
parent 173d73ae70
commit 66685c3d7e

View File

@@ -556,6 +556,8 @@
// uni.setStorageSync('useType',seatFee.useType);
eatTypes.active = seatFee.useType == 'takeout' ? seatFee.useType : seatFee.useType.replace(
/-after|-before/g, '');
}else{
$storageManage.useType(records[0].info[0].useType)
}
goods.list = getNowCart(records)
if (seatFee && seatFee.totalNumber) {