浏览代码

功能优化

guessPrice
suizhijia 5 年前
父节点
当前提交
03c57615be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      496_dongfengqichen/pages/luckyStar/luckyStar.js

+ 1
- 1
496_dongfengqichen/pages/luckyStar/luckyStar.js 查看文件

@@ -318,6 +318,7 @@ Page({
}
},
getClaw: function () {//抓取
this.endGame();
clearInterval(this.data.setGroup.top);
clearInterval(this.data.setGroup.left);
clearInterval(this.data.setGroup.right);
@@ -596,7 +597,6 @@ Page({
})
if (this.data.startDown == -1) {
clearInterval(setInt2);
this.endGame();
if (this.data.gameSign) {
this.downTimeFun();
}

正在加载...
取消
保存