From 95441c75615bd30ff473b27c9f57c561fd37fff3 Mon Sep 17 00:00:00 2001
From: mahuan@syspetro.com <mahuan@syspetro.com>
Date: 星期四, 19 五月 2022 14:21:20 +0800
Subject: [PATCH] 最新代码存档
---
GoldC/pages/paiDan/paiDan.js | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/GoldC/pages/paiDan/paiDan.js b/GoldC/pages/paiDan/paiDan.js
index c697359..a430e89 100644
--- a/GoldC/pages/paiDan/paiDan.js
+++ b/GoldC/pages/paiDan/paiDan.js
@@ -22,7 +22,7 @@
//
dis: true,
//
- Reported_Remark: [],//瀹夊叏闂
+ Reported_Remark: ['瀹夊叏闂'],//瀹夊叏闂
Dispost_Question: '',//娲惧崟瀹℃牳鎰忚
shangbao: '',
beizhu: '',
@@ -60,7 +60,14 @@
FTimageUrl: JSON.parse(options.data).Reported_Img.replace('..', '').split(","),
listid: JSON.parse(options.data).id
})
+ // Reported_Remark: JSON.parse(options.data).Reported_Remark ? ['瀹夊叏闂'] : ['瀹夊叏闂'],
+ setTimeout(()=>{
+ this.setData({
+ Reported_Remark:["瀹夊叏闂"]
+ })
+ console.log('瀹夊叏闂鍒濆鍖�', this.data.Reported_Remark);
+ },1000)
// 鍙嶅~娓稿褰掑睘涓績
this.data.youkecenter.forEach((e) => {
if (e.pk_TypeId === JSON.parse(options.data).fk_Role_Type) {
@@ -297,7 +304,7 @@
_Reported_Question: this.data.shangbao,
Dispost_Question: this.data.Dispost_Question,//娲惧崟瀹℃牳鎰忚
_Reported_Address: this.data.detailedaddress,
- Reported_Remark: this.data.Reported_Remark.length > 0 ? '瀹夊叏闂' : '',
+ _Reported_Remark: this.data.Reported_Remark.length > 0 ? '瀹夊叏闂' : '',
beizhu: this.data.Reported_Remark.length > 0 ? this.data.beizhu : '',
Tag: this.data.listid,
_Reported_lnglat: this.data.locmap.latitude + ',' + this.data.locmap.longitude,
--
Gitblit v1.8.0