...
|
...
|
@@ -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='';
|
...
|
...
|
|