From e0aa83c8d1fbb02abfe402417abcf4b0200594a0 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Tue, 5 Nov 2024 10:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=AE=BE=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shopSetUp/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/shopSetUp/index.vue b/pages/shopSetUp/index.vue index 91a8e60..f48c6af 100644 --- a/pages/shopSetUp/index.vue +++ b/pages/shopSetUp/index.vue @@ -91,7 +91,7 @@ - + {{vdata.extendInfo.title}}背景图片 @@ -145,7 +145,6 @@ const vdata = reactive({ }) onMounted(() => { shopExtend(); - }) onShow(() => { @@ -153,7 +152,7 @@ onShow(() => { uni.$on('refreshPreviousPage', (params) => { // 这里执行刷新数据的操作,例如重新调用API获取数据 refreshData(params); - }); + }); })