odc.xiaohui
2023-03-14 838d7f41eea9d7e56c14d29cd17b73135a0a9e04
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