正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
... | ... | @@ -422,10 +422,9 @@ Page({ |
422 | 422 | this.data.birthDate.selected = '' |
423 | 423 | } else { |
424 | 424 | // this.data.birthDate.selected = format.yearFormString(tax_info.birth_date) + '-' + format.monthFormString(tax_info.birth_date) + '-' + format.dayFormString(tax_info.birth_date) |
425 | - this.data.birthDate.selected = format.formatTime_date(tax_info.birth_date) | |
425 | + this.data.birthDate.selected = format.birth_date_str //formatTime_date(tax_info.birth_date) | |
426 | 426 | } |
427 | 427 | //非必填 |
428 | - console.log('this.data.birthDate', new Date(tax_info.birth_date).toLocaleDateString()) | |
429 | 428 | if (tax_info.join_date > 1000) { |
430 | 429 | // this.data.startDate.selected = format.yearFormString(tax_info.join_date) + '-' + format.monthFormString(tax_info.join_date) + '-' + format.dayFormString(tax_info.join_date) |
431 | 430 | this.data.startDate.selected = format.formatTime_date(tax_info.join_date) | ... | ... |
请
注册
或
登录
后发表评论