|
|
@@ -232,8 +232,9 @@ export default {
|
|
|
this.adList = this.parseAdvertisement(data.advertisement);
|
|
|
});
|
|
|
},
|
|
|
+ /** 关联分类候选:onlyEnabled=1 后端过滤禁用/已删 */
|
|
|
loadBouquetCategories() {
|
|
|
- categoryListInfo().then((res) => {
|
|
|
+ categoryListInfo({ onlyEnabled: 1 }).then((res) => {
|
|
|
const list = res.data || [];
|
|
|
this.bouquetCategories = list;
|
|
|
// 分类名称依赖列表,加载后刷新各 slot 分类类型展示文案
|