This commit is contained in:
2025-12-16 14:23:27 +08:00

View File

@@ -1607,9 +1607,18 @@
type: 'shopping', type: 'shopping',
operate_type: 'init', operate_type: 'init',
table_code: uni.cache.get('tableCode'), 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); useSocket.sendMessage(data);
} }