...
|
...
|
@@ -322,6 +322,7 @@ |
|
|
var day=date.getDate();
|
|
|
console.log(day);
|
|
|
var dayitem=year+"年"+month+"月"+day+"日";
|
|
|
console.log(dayitem)
|
|
|
var newday=''
|
|
|
|
|
|
//开始时间
|
...
|
...
|
@@ -333,6 +334,7 @@ |
|
|
onConfirm: function(result) {
|
|
|
// 二级调用:时间
|
|
|
newday=result[0].label+result[1].label+result[2].label;
|
|
|
console.log(newday)
|
|
|
show_expect_time_picker(result);
|
|
|
|
|
|
|
...
|
...
|
|