From 0dabf05bfe9df453ffd394e2f280f878c848942a Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 04 十二月 2024 13:19:32 +0800
Subject: [PATCH] 1.客服电话 2.订单优惠券自动选择 3.合伙人送货详情等

---
 store/index.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/store/index.js b/store/index.js
index 59b090f..7ebfdfd 100644
--- a/store/index.js
+++ b/store/index.js
@@ -38,6 +38,7 @@
 		cache: {
 			coupon: {},
 			goods:[],
+			cache_coupon_select_cancel:0
 		},
 		defaultaddress: {},
 		addressDesc:'',
@@ -138,6 +139,14 @@
 		}, dto) {
 			state.cache['coupon'] = dto || {}
 		},
+
+		cache_coupon_select_cancel: async function({
+			commit,
+			state
+		}, val) {
+			state.cache['cache_coupon_select_cancel'] = val || 0
+		},
+		
 		cache_goods_select: async function({
 			commit,
 			state

--
Gitblit v1.9.3