张延森 5 年 前
コミット
9227f9addc
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/activity/detail/assistance.js

+ 1
- 1
src/pages/activity/detail/assistance.js ファイルの表示

@@ -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