修复再来一单,预点单限时转桌后新的台桌限时折扣没有的问题

This commit is contained in:
2025-12-16 14:23:09 +08:00
parent 90e75d0f7e
commit 4a80b829bb

View File

@@ -1607,9 +1607,18 @@
type: 'shopping',
operate_type: 'init',
table_code: uni.cache.get('tableCode'),
shop_id: uni.cache.get('shopId')
shop_id: uni.cache.get('shopId'),
time_dis_info: cartStore.limitTimeDiscount
};
useSocket.sendMessage({
type: 'shopping',
operate_type: 'time_discount_save',
table_code: uni.cache.get('tableCode'),
shop_id: uni.cache.get('shopId'),
operate_type: 'time_discount_save',
data: cartStore.limitTimeDiscount
});
useSocket.sendMessage(data);
}