| | |
| | | ], |
| | | sexId: 0 |
| | | }, |
| | | afterRadeDel(e){ |
| | | console.log(e); |
| | | console.log(this.data.cardIdList); |
| | | let arr=this.data.cardIdList |
| | | arr.splice(e.detail.index,1) |
| | | this.setData({ |
| | | cardIdList: arr |
| | | }) |
| | | }, |
| | | afterRadeDelFile(e){ |
| | | let arr=this.data.fileImgList |
| | | arr.splice(e.detail.index,1) |
| | | this.setData({ |
| | | fileImgList: arr |
| | | }) |
| | | }, |
| | | afterRadeDelTran(e){ |
| | | let arr=this.data.transactionReceiptList |
| | | arr.splice(e.detail.index,1) |
| | | this.setData({ |
| | | transactionReceiptList: arr |
| | | }) |
| | | }, |
| | | afterRadeDelOther(e){ |
| | | let arr=this.data.otherList |
| | | arr.splice(e.detail.index,1) |
| | | this.setData({ |
| | | otherList: arr |
| | | }) |
| | | }, |
| | | getrealName(e) { |
| | | this.setData({ |
| | | realName: e.detail |
| | |
| | | } |
| | | }):[] |
| | | }) |
| | | console.log(this.data.cardIdList); |
| | | |
| | | } |
| | | }) |
| | | |