mzx16822 hace 6 años
padre
commit
5cace4c1e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/h5/datigame/js/common.js

+ 1 - 1
public/h5/datigame/js/common.js

@@ -295,7 +295,7 @@ common={
 	            _this.data.angle = 0;
 	            leftContent.setAttribute('style', 'transform: rotate(0deg)');
 	            rightContent.setAttribute('style', 'transform: rotate(0deg)');
-	             clearInterval(this.data.ts);
+	             clearInterval(_this.data.ts);
 	        }
 	    }, 1000)
 }, tips: function (text, time) {