This commit is contained in:
杨鹏
2025-09-23 22:27:41 +08:00
parent 232cea0f7e
commit aed85c92df
19 changed files with 238 additions and 374 deletions
+4 -1
View File
@@ -27,7 +27,7 @@
>
{{ sortState.sortList[0].name }}
<image
src="https://3d.aidigitalfield.com/imgs/down-icon.png"
src="https://puton.huimeimeta.com/imgs/down-icon.png"
style="width: 36rpx; height: 36rpx"
/>
</view>
@@ -130,6 +130,8 @@
onLoad(async (params) => {
await getCategoryList();
getList();
// await CategoryApi.getCategoryTree();
});
const categoryState = reactive({
@@ -155,6 +157,7 @@
sort: 0,
order: false,
});
console.log(categoryState.categoryList, 'categoryState.categoryList');
}
const sortState = reactive({