积分商品展示的部分问题

This commit is contained in:
lemon橪
2021-07-28 09:53:41 +08:00
parent a9db24d1ad
commit 436dd56e54
6 changed files with 39 additions and 13 deletions

View File

@@ -96,8 +96,21 @@ export default {
}
},
},
async mounted() {
async onShow() {
//获取顶级分类
this.categoryIndexData = [
{
categoryId: 0,
name: "全部",
loadStatus: "more",
goods: [],
params: {
pageNumber: 1,
pageSize: 10,
pointsGoodsCategoryId: "",
},
},
];
let response = await getPointsCategory();