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

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

默认值修改



查看合并请求 !256
... ... @@ -120,11 +120,13 @@
$(document).ready(function() {
})
var dt = new Date();
var df= [dt.getFullYear(), (dt.getMonth() + 1), dt.getDate()];
$('#birthday').click(function() {
weui.datePicker({
start: 2000,
end: 2030,
defaultValue: [2015, 6, 9],
defaultValue: dt,
onChange: function(result) {
console.log(result);
// $('.#birthday_input').val(result)
... ...