Browse Source

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

lifanagju_citu 5 months ago
parent
commit
d8e077f00f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/mall/home/index.vue

+ 3 - 3
src/views/mall/home/index.vue

@@ -37,9 +37,9 @@ import { useRouter } from 'vue-router'
 const router = useRouter()
 
 // 获取装修模版
-// onMounted(async () => {
-//   await useMallStore().getMallDiyTemplate()
-// })
+onMounted(async () => {
+  await useMallStore().getMallDiyTemplate()
+})
 
 let template = ref(JSON.parse(localStorage.getItem('mallTemplate')) || {})
 useMallStore().$subscribe((mutation, state) => {