feat: 搜索历史

This commit is contained in:
guozhigq
2023-06-22 22:41:35 +08:00
parent ee250e1aaa
commit 48c6c27a24
6 changed files with 145 additions and 27 deletions

View File

@ -51,8 +51,8 @@ class SearchHttp {
var res = await Request().get(Api.searchByType, data: {
'search_type': searchType.type,
'keyword': keyword,
'order_sort': 0,
'user_type': 0,
// 'order_sort': 0,
// 'user_type': 0,
'page': page
});
if (res.data['code'] == 0 && res.data['data']['numPages'] > 0) {