From b959758f79c4199afc6eb51b61414d4877b7ac7b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 20 Nov 2025 10:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E9=94=80=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=8C=89=E9=92=AE=E5=BC=80=E5=85=B3=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageMarket/distribution/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pageMarket/distribution/index.vue b/pageMarket/distribution/index.vue index 4df1347..cf04dac 100644 --- a/pageMarket/distribution/index.vue +++ b/pageMarket/distribution/index.vue @@ -411,6 +411,9 @@ onReachBottom(() => { getList(); } }); +watch(()=>distributionStore.config.isEnable,()=>{ + distributionStore.editConfig() +}) onShow(() => { pageNum.value = 1; getList();