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

选择订单类型页面调试

... ... @@ -168,11 +168,11 @@
dt = new Date(Date.parse(this_date.replace('年','-').replace('月','-').replace('日','')))
df= [dt.getFullYear(), (dt.getMonth() + 1), dt.getDate()];
console.log(df);
timeInit(df);
timeInit(obj,df);
});
// 时间组件
function timeInit(df) {
function timeInit(obj,df) {
weui.datePicker({
start: 2000,
end: 2030,
... ...
... ... @@ -15,7 +15,7 @@
}
.bottom_icon {
position: absolute;
bottom: 0.2rem;
bottom: 0.1rem;
}
</style>
</head>
... ...