张延森 5 years ago
parent
commit
5f976cbf35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/activity/detail/assemble.js

+ 1
- 1
src/pages/activity/detail/assemble.js View File

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