From dd7191d3ef69a514e039211ff6b7764cce7ca369 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 22 Dec 2025 17:18:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E5=BF=AB=E5=BA=94?= =?UTF-8?q?=E7=94=A8/=E7=BA=AFH5=E7=9A=84=E5=A6=82=E4=BD=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96uniacid=E7=9A=84=E5=A4=84=E7=90=86=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/http.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/js/http.js b/common/js/http.js index 9ee01c6..4cfea65 100644 --- a/common/js/http.js +++ b/common/js/http.js @@ -57,7 +57,8 @@ export default { // token data.token = store.state.token || ''; - data.uniacid = Config.uniacid + data.uniacid = uni.getStorageSync('uniacid') || Config.uniacid; // 从缓存中获取uniacid,或使用默认uniacid,支持快应用 + // 门店id var default_store_info = store.state.defaultStoreInfo; if (default_store_info) {