许静 hace 5 años
padre
commit
d3dba1a946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/activity/detail/assistance.js

+ 1
- 1
src/pages/activity/detail/assistance.js Ver fichero

@@ -116,7 +116,7 @@ export default class Detail extends Component {
116 116
   // 清除 ticker
117 117
   stopTicker() {
118 118
     if (this.state.ltTicker) {
119
-      this.state.ltTicker.stop()
119
+      this.state.ltTicker.stop() 
120 120
     }
121 121
   }
122 122