张延森 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)