From b8122b0da8678a0924323603373c1a7aeae9c9d7 Mon Sep 17 00:00:00 2001 From: zhangjing1 Date: Mon, 24 Nov 2025 14:42:15 +0800 Subject: [PATCH] feature: Store Product Isolation --- src/pages/index.js | 9 ++++++--- src/subpages/i18n/lang/index.json | 15 +++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 41069dc42..3ebee116e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -79,7 +79,8 @@ const initialState = { skuPanelOpen: false, selectType: 'picker', navigateMantle: false, - footerHeight: 0 + footerHeight: 0, + distributor_id: null } function Home() { @@ -113,7 +114,8 @@ function Home() { skuPanelOpen, selectType, navigateMantle, - footerHeight + footerHeight, + distributor_id } = state const dispatch = useDispatch() @@ -214,6 +216,7 @@ function Home() { draft.isShowHomeHeader = isShowHomeHeader draft.filterWgts = filterWgts draft.loading = false + draft.distributor_id = distributor_id }) } @@ -307,7 +310,7 @@ function Home() { footerHeight: state.footerHeight }} > - + {/* 猜你喜欢 */} diff --git a/src/subpages/i18n/lang/index.json b/src/subpages/i18n/lang/index.json index 9f34e0e63..8287824a1 100644 --- a/src/subpages/i18n/lang/index.json +++ b/src/subpages/i18n/lang/index.json @@ -12633,5 +12633,20 @@ "zh-cn": "总计:", "en": "Total:", "zh-tw": "總計:" + }, + "d0x6rc4": { + "zh-cn": "批量处理", + "en": "", + "zh-tw": "" + }, + "7djicl6": { + "zh-cn": "请输入订单号", + "en": "", + "zh-tw": "" + }, + "chl18c4": { + "zh-cn": "开票失败", + "en": "", + "zh-tw": "" } } \ No newline at end of file