miniprogram/pages/user/report/submitReport/index.ts
@@ -10,6 +10,11 @@ images: [], materials:"", cheatTime:"", arraySex: [ {sex:'男',id:1}, {sex:'女',id:0} ], sexId:0 }, uploadImage() { @@ -52,6 +57,16 @@ console.log(e) this.data.cheatTime=e.detail.value }, subSex(e){ console.log(e); }, bindPickerChangeSex(e){ console.log(e); this.setData({ sexId:e.detail.value }) }, getMoney:function(e){ console.log(e.detail.value) this.data.reportDetail.amountInvolved=e.detail.value