初步进行新装调试

This commit is contained in:
2025-11-06 16:15:34 +08:00
parent c5a8bdfd81
commit 0d38e006e1
10 changed files with 183 additions and 15 deletions

View File

@@ -152,7 +152,7 @@ Component({
},
async onSearchCollection() {
const { searchText = "" } = this.data;
const { code, message, data: parks = [] } = await getCollectionList({keyword: searchText, page: 1});
const { code, message, data: parks = [] } = await getCollectionList({keyword: searchText, page: 1, status: 1});
if (code !== OK) {
alertInfo(message)
return