提交 7dafaf4a9fabc872394b91642a0d80e235270e37

作者 pangy
1 个父辈 dab9fea3

生日信息 改用birth_date_str

... ... @@ -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)
... ...
注册登录 后发表评论