Commit 87cacf4f authored by 李智书's avatar 李智书

1.修改时间提示;

parent b63dcfe8
......@@ -605,7 +605,7 @@
str = thiTime.getHours() + 1 + ':' + (60 - thiTime
.getMinutes())
} else {
str = thiTime.getHours() + ':' + thiTime.getMinutes()
str = thiTime.getHours() + ':' + thiTime.getMinutes() + 20
}
uni.navigateTo({
......
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