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

commit

parent e0dd6c79
......@@ -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 {
int sortPos = 0;
void init({VoidCallback call, bool needCache = false}) {
print("LSY PLANMODEL IIIIIINT ");
if (CacheManager.getInstance().get(MEMORY_CACHE).get(PLAN_MODEL_BUFFER) !=
null &&
needCache) {
......
......@@ -63,7 +63,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
@override
void initState() {
print("LSY PLAN INIT");
DioUtil.getInstance().setProxy("172.30.9.128");
// DioUtil.getInstance().setProxy("172.30.9.128");
_model.init(needCache: true);
super.initState();
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