🐛 修复详情页右侧滑和linkto的冲突。优化代码结构

This commit is contained in:
toly
2020-05-10 09:18:00 +08:00
parent fcf85cc399
commit 2cc2e1dbca
22 changed files with 327 additions and 536 deletions

View File

@@ -99,7 +99,6 @@ class CategoryDao {
"ON c.id = cw.categoryId GROUP BY c.id "
"ORDER BY priority DESC,created DESC",
[]);
print(data);
return data;
}