mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
修改店铺分类未展示
This commit is contained in:
@@ -227,6 +227,7 @@ export default {
|
|||||||
this.getIndexData();
|
this.getIndexData();
|
||||||
} else {
|
} else {
|
||||||
this.getGoodsList();
|
this.getGoodsList();
|
||||||
|
this.getCateList();
|
||||||
}
|
}
|
||||||
let that = this;
|
let that = this;
|
||||||
window.onscroll = function () {
|
window.onscroll = function () {
|
||||||
@@ -246,6 +247,7 @@ export default {
|
|||||||
getCateById(this.$route.query.id).then((res) => {
|
getCateById(this.$route.query.id).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.cateList = res.result;
|
this.cateList = res.result;
|
||||||
|
console.log(this.cateList,'cateList')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user