摘要: queryage() { //得到年龄 if (this.model.idCard && this.model.idCard.length == 18) { this.model.brthday = this.model.idCard.substring(6, 10) + '-' + this.mo 阅读全文
posted @ 2021-05-10 15:10 Deer_Lin 阅读(252) 评论(0) 推荐(0)