From 5a298b4254094bc1a07eb6d45f245e8456aabbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 30 Mar 2023 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 2b343ee..b185dfc 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -123,6 +123,7 @@ export default { this.action.item4 = data.order4; }); this.$store.commit("system/refreshGet", true); + this.$store.commit("system/refreshOrder", true); }, onReady() {}, onReachBottom() {},