Skip to content

Commit

Permalink
update date.
Browse files Browse the repository at this point in the history
  • Loading branch information
GzhiYi committed Jul 16, 2019
1 parent b36513d commit f6f1f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ App({
}
// 判断是否在审核期间
const nowTime = Date.parse(new Date())
if (nowTime < 1563336000000) {
if (nowTime < 1563595200000) {
this.globalData.isEscape = false
}
// 查看主题设置
Expand Down

0 comments on commit f6f1f05

Please sign in to comment.