Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
b5a26d8133
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/goods/index.vue

+ 1 - 1
pages/goods/index.vue

@@ -37,7 +37,7 @@
 				goodsType:[], // 商品分类
 			}
 		},
-		onShow() {
+		onLoad() {
 			getGoodsClass({}).then(res => {
 				console.log(res)
 				if(res.status == 200){