Wubing 1 周之前
父节点
当前提交
12b2505f79
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/shuiguo/table.js

+ 2 - 2
app/shuiguo/table.js

@@ -1605,7 +1605,7 @@ proto.startGameAsync = cor(function* (yazhus) {
     }
     else{
         let key = 'sgjjcs'
-        if (this.logic.nowCell = 1) {
+        if (this.logic.nowCell == 1) {
             key = "sgjjcs_gj"
         }
         var sgjjc = yield this.app.models.SGJJC.findByIdAsync(key, 'pools cspools levels kouchus');
@@ -1792,7 +1792,7 @@ proto.huafenAsync = cor(function* (type,value) {
     let scoreBefore = this.nowDiamond;//划分之前玩家的钻石
     let mqdw = -1;//目前挡位
     let key = 'sgjjcs'
-    if (this.logic.nowCell = 1) {
+    if (this.logic.nowCell == 1) {
         key = "sgjjcs_gj"
     }
     let jcPools = yield this.app.models.SGJJC.findByIdAsync(key);