mzx16822 il y a 6 ans
Parent
commit
5cace4c1e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {