From 9a6f61a093e1da9b269eb4f5aa9c240ed87f24bf Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Sun, 29 Mar 2020 15:51:14 +0800
Subject: [PATCH] 调查问卷bug修改
---
SunshineLnsMinApp/pages/xsjb/xsjb.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/SunshineLnsMinApp/pages/xsjb/xsjb.js b/SunshineLnsMinApp/pages/xsjb/xsjb.js
index 231e8dd..03df3e6 100644
--- a/SunshineLnsMinApp/pages/xsjb/xsjb.js
+++ b/SunshineLnsMinApp/pages/xsjb/xsjb.js
@@ -32,6 +32,7 @@
evalList: {},
disabled: true,
showInfo: false,
+ id:''
},
/**
@@ -114,9 +115,6 @@
if(!this.data.thisData.tipoffObject){
return app.showModal("请填写举报对象!");
}
- if(!this.data.thisData.tipoffAction){
- return app.showModal("请选择举报行为!");
- }
if(!this.data.thisData.tipoffAddress){
return app.showModal("请填写发生地!");
}
@@ -183,7 +181,8 @@
console.log(e)
var that = this;
console.log(that)
- app.joinPicture(e, that, e.currentTarget.dataset.associatetypeid, that.data.id);
+ console.log('that.data.id', that.data.thisData.id)
+ app.joinPicture(e, that, e.currentTarget.dataset.associatetypeid, that.data.thisData.id);
},
// 删除图片
--
Gitblit v1.8.0