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