From d7cb2a5924a65666dc9f901a09b3e040dc6ad6aa Mon Sep 17 00:00:00 2001 From: duanliangtao <48194157+duanliangtao@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=AE=A1=E7=90=860820=E7=9A=84bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/dissatisfied/demandCheck/demandCheck.js | 3 ++- .../pages/dissatisfied/demandCheck/demandCheck.wxml | 10 +++++----- subpages/myTroubleshootDemand/pages/index/index.wxss | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.js b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.js index 0cdc96d..b697cb6 100644 --- a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.js +++ b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.js @@ -35,7 +35,7 @@ Page({ content: "", //内容 address: "", //地址 demandType:'chengguan', - status: "" + status: "processing" }, minDate: '2018-01-01 00:00:00', @@ -1241,6 +1241,7 @@ formatTimestamp(timestamp) { console.log("on Show:"+this.data.optionsId) if(this.data.optionsId){ if (this.data.tabVal === '0' || this.data.tabVal === '2') { + this.getIcEventOldDetail(this.data.optionsId) icEventOldProcess({icEventId: this.data.optionsId}).then(res => { this.getProcess(res.data); }) diff --git a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.wxml b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.wxml index 3c0120e..27412d9 100644 --- a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.wxml +++ b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.wxml @@ -1,7 +1,7 @@ - + @@ -55,14 +55,14 @@ - + * {{tabVal==='1'?'需求描述':'事件描述'}} - @@ -95,11 +95,11 @@ - + - + diff --git a/subpages/myTroubleshootDemand/pages/index/index.wxss b/subpages/myTroubleshootDemand/pages/index/index.wxss index dccca62..71a0167 100644 --- a/subpages/myTroubleshootDemand/pages/index/index.wxss +++ b/subpages/myTroubleshootDemand/pages/index/index.wxss @@ -97,6 +97,6 @@ page { justify-content: space-between; align-items: center; margin-top: 22rpx; - border-bottom: 2rpx #EAEAEA solid; + /* border-bottom: 2rpx #EAEAEA solid; */ padding-bottom: 20rpx; } \ No newline at end of file