任务明细页面
This commit is contained in:
@@ -2,9 +2,11 @@ let taskId = '';
|
||||
Page({
|
||||
data: {
|
||||
mode: '',
|
||||
dateVisible: false,
|
||||
alertVisible: false,
|
||||
completeVisible: false,
|
||||
date: new Date('2021-12-23').getTime(), // 支持时间戳传入
|
||||
dateText: '',
|
||||
alertText: '',
|
||||
completeText: '',
|
||||
// 指定选择区间起始值
|
||||
start: '2008-01-01 00:00:00',
|
||||
end: '2040-12-31 23:59:59',
|
||||
|
||||
Reference in New Issue
Block a user