Commit 044cdd08 authored by 林生雨's avatar 林生雨

commit

parent e0dd6c79
...@@ -534,6 +534,9 @@ class LevelOneItem extends StatelessWidget { ...@@ -534,6 +534,9 @@ class LevelOneItem extends StatelessWidget {
) )
], ],
), ),
); ).gestureDetector(() {
RouterCenterImpl().findMainRouter().jumpPage(context,
"gengmei://diary?diary_id=${cards.diary.diaryId}", null, true);
});
} }
} }
...@@ -53,7 +53,6 @@ class PlanModel extends BaseModel { ...@@ -53,7 +53,6 @@ class PlanModel extends BaseModel {
int sortPos = 0; int sortPos = 0;
void init({VoidCallback call, bool needCache = false}) { void init({VoidCallback call, bool needCache = false}) {
print("LSY PLANMODEL IIIIIINT ");
if (CacheManager.getInstance().get(MEMORY_CACHE).get(PLAN_MODEL_BUFFER) != if (CacheManager.getInstance().get(MEMORY_CACHE).get(PLAN_MODEL_BUFFER) !=
null && null &&
needCache) { needCache) {
......
...@@ -63,7 +63,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin { ...@@ -63,7 +63,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
@override @override
void initState() { void initState() {
print("LSY PLAN INIT"); print("LSY PLAN INIT");
DioUtil.getInstance().setProxy("172.30.9.128"); // DioUtil.getInstance().setProxy("172.30.9.128");
_model.init(needCache: true); _model.init(needCache: true);
super.initState(); super.initState();
planBarView = planBarView =
......
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