正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
@@ -168,11 +168,11 @@ | @@ -168,11 +168,11 @@ | ||
168 | dt = new Date(Date.parse(this_date.replace('年','-').replace('月','-').replace('日',''))) | 168 | dt = new Date(Date.parse(this_date.replace('年','-').replace('月','-').replace('日',''))) |
169 | df= [dt.getFullYear(), (dt.getMonth() + 1), dt.getDate()]; | 169 | df= [dt.getFullYear(), (dt.getMonth() + 1), dt.getDate()]; |
170 | console.log(df); | 170 | console.log(df); |
171 | - timeInit(df); | 171 | + timeInit(obj,df); |
172 | }); | 172 | }); |
173 | 173 | ||
174 | // 时间组件 | 174 | // 时间组件 |
175 | - function timeInit(df) { | 175 | + function timeInit(obj,df) { |
176 | weui.datePicker({ | 176 | weui.datePicker({ |
177 | start: 2000, | 177 | start: 2000, |
178 | end: 2030, | 178 | end: 2030, |
-
请 注册 或 登录 后发表评论