Commit 16b3268c authored by 林生雨's avatar 林生雨

w

parent eec78d78
...@@ -23,7 +23,7 @@ class MechanismBox implements IBottomPicker { ...@@ -23,7 +23,7 @@ class MechanismBox implements IBottomPicker {
Function(String str) refresh; Function(String str) refresh;
DateTime _dateTime = DateTime.now(); int _dateTime = DateTime.now().millisecondsSinceEpoch;
FocusNode focusNode = new FocusNode(); FocusNode focusNode = new FocusNode();
...@@ -84,8 +84,8 @@ class MechanismBox implements IBottomPicker { ...@@ -84,8 +84,8 @@ class MechanismBox implements IBottomPicker {
"referrer_id": "", "referrer_id": "",
"referrer_link": [], "referrer_link": [],
"referrer_tab_name": "", "referrer_tab_name": "",
"in": _dateTime, "in": "${_dateTime / 1000 / 1000}",
"out": DateTime.now(), "out": "${DateTime.now().millisecondsSinceEpoch / 1000 / 1000}",
"is_push": 1, "is_push": 1,
"fake": 1, "fake": 1,
"is_first": 1 "is_first": 1
......
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