From 4a80b829bb01a8d2e37ea7313c4bc2b461912094 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 16 Dec 2025 14:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=8D=E6=9D=A5=E4=B8=80?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E9=A2=84=E7=82=B9=E5=8D=95=E9=99=90=E6=97=B6?= =?UTF-8?q?=E8=BD=AC=E6=A1=8C=E5=90=8E=E6=96=B0=E7=9A=84=E5=8F=B0=E6=A1=8C?= =?UTF-8?q?=E9=99=90=E6=97=B6=E6=8A=98=E6=89=A3=E6=B2=A1=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pages/product/index.vue b/pages/product/index.vue index eab1112..1e676a3 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -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); }