fix: tags index page sort by popular

This commit is contained in:
shuai
2023-04-07 16:03:27 +08:00
parent ef89efdf7d
commit 17bb4f2850
+1 -1
View File
@@ -27,7 +27,7 @@ const Tags = () => {
const { role_id } = loggedUserInfoStore((_) => _.user);
const page = Number(urlSearch.get('page')) || 1;
const sort = urlSearch.get('sort');
const sort = urlSearch.get('sort') || sortBtns[0];
const pageSize = 20;
const {