浏览代码

默认答案

mzx16822 6 年之前
父节点
当前提交
1223ce84d2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/h5/datigame/js/common.js

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

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