forked from lxm_flutter/FlutterUnit
🐛 修复详情页右侧滑和linkto的冲突。优化代码结构
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user