作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

"请选择"问题

... ... @@ -783,8 +783,8 @@
$('.trust_shengren').click(function () {
var that=$(this);
weui.datePicker({
start: new Date(),
end: 2030,
start: new Date().getFullYear() - 90,
end: new Date(),
defaultValue: [new Date().getFullYear(), new Date().getMonth()+1, new Date().getDate()],
onConfirm: function(result){
let date='';
... ...