张延森 5 년 전
부모
커밋
5f976cbf35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/activity/detail/assemble.js

+ 1
- 1
src/pages/activity/detail/assemble.js 파일 보기

@@ -229,7 +229,7 @@ export default class Detail extends Component {
229 229
 
230 230
     Taro.showLoading()
231 231
     getGroupDetail(id, recordId).then(res => {
232
-      this.clearTicker()
232
+      this.stopTicker()
233 233
 
234 234
       const recordDetail = res.taShareRecord || {}
235 235
       let [actState, leftTime] = this.compActState(res.taShareActivity.startTime, res.taShareActivity.endTime)