Browse Source

bug 修复

lilei 4 years ago
parent
commit
b5a26d8133
1 changed files with 1 additions and 1 deletions
  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){