From 838d7f41eea9d7e56c14d29cd17b73135a0a9e04 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 14 三月 2023 18:07:47 +0800
Subject: [PATCH] 我要报案参数修改

---
 miniprogram/pages/user/report/submitReport/index.ts |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/miniprogram/pages/user/report/submitReport/index.ts b/miniprogram/pages/user/report/submitReport/index.ts
index af3320e..9e2bb55 100644
--- a/miniprogram/pages/user/report/submitReport/index.ts
+++ b/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

--
Gitblit v1.8.0