张延森 vor 5 Jahren
Ursprung
Commit
9227f9addc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/pages/activity/detail/assistance.js

+ 1
- 1
src/pages/activity/detail/assistance.js Datei anzeigen

@@ -184,7 +184,7 @@ export default class Detail extends Component {
184 184
       const initiateDetail = res.helpInitiateRecord || {}
185 185
       let [actState, leftTime] = this.compActState(res.helpActivity.startDate, res.helpActivity.endDate)
186 186
 
187
-      if (res.helpActivity.status != 1) {
187
+      if (res.helpActivity.activityStatus === 2) {
188 188
         actState = ActFinished
189 189
       }
190 190