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); - }); + }); })