Sfoglia il codice sorgente

Merge branch 'dev_1.1.4' of git.mokasz.com:zouyong/team1_nc into dev_1.1.4

wuwangdong 4 anni fa
parent
commit
d4e9925b92
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      assets/script/game/data/LoginData.ts

+ 1 - 1
assets/script/game/data/LoginData.ts

@@ -357,7 +357,7 @@ export class LoginData {
 
         console.log(`userChannel=========${this.userChannel}`);
         console.log(`isMatched=========${this.isMatched}`);
-        mk.data.setTAEventUserStr(0, 'kncdsf_zhubao_juliangwpp', `${this.userChannel}_${this.isMatched}`);
+        mk.data.setTAEventUserStr(0, 'kncdsf_zhubao_qudaopipei', `${this.userChannel}_${this.isMatched}`);
         if (isDoIdentify) {
             if (this.userChannel <= 5) {
                 let str = this.popIdentifySwitch[this.userChannel - 1].split(",");