修复换台限时折扣问题
This commit is contained in:
@@ -1664,7 +1664,7 @@
|
|||||||
useSocket.sendMessage({
|
useSocket.sendMessage({
|
||||||
type: 'shopping',
|
type: 'shopping',
|
||||||
operate_type: 'time_discount_save',
|
operate_type: 'time_discount_save',
|
||||||
table_code: uni.cache.get('tableCode'),
|
table_code: Message.data.new_table_code,
|
||||||
shop_id: uni.cache.get('shopId'),
|
shop_id: uni.cache.get('shopId'),
|
||||||
operate_type: 'time_discount_save',
|
operate_type: 'time_discount_save',
|
||||||
data: cartStore.limitTimeDiscount
|
data: cartStore.limitTimeDiscount
|
||||||
|
|||||||
Reference in New Issue
Block a user