作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

合并分支 '1iuzhen' 到 'master'

选择订单类型页面调试



查看合并请求 !241
@@ -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,
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 } 15 }
16 .bottom_icon { 16 .bottom_icon {
17 position: absolute; 17 position: absolute;
18 - bottom: 0.2rem; 18 + bottom: 0.1rem;
19 } 19 }
20 </style> 20 </style>
21 </head> 21 </head>