Parcourir la source

change: 确保部分方法在浏览器展示中被正确调用.

peter il y a 4 semaines
Parent
commit
8c8883d044
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/product/ProductRight.vue

+ 1 - 1
components/product/ProductRight.vue

@@ -438,7 +438,7 @@ export default {
       }
     }
   },
-  async fetch() {
+  async created() {
     this.$store.dispatch('getShopInfo').then(res => {
       console.log(res.hide_prices)
       console.log(typeof res.hide_prices)