Commit f72824af authored by 李增强's avatar 李增强

m

parent b70905f4
...@@ -25,10 +25,9 @@ class QMTJ { ...@@ -25,10 +25,9 @@ class QMTJ {
ready = new Future<bool>(() async { ready = new Future<bool>(() async {
_db = new DB(); _db = new DB();
await _db.init(); await _db.init();
uploadPageTj();
return true; return true;
}); });
await ready;
uploadPageTj();
} }
/// APP 启动 /// APP 启动
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment