浏览代码

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

peter 4 周之前
父节点
当前提交
8c8883d044
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)