zy_1995 6 месяцев назад
Родитель
Сommit
5c6cf7cc67
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      assets/Scene/Script/Lobby.js

+ 1 - 1
assets/Scene/Script/Lobby.js

@@ -1028,7 +1028,7 @@ cc.Class({
         };
         //info { return, transaction_id, UserMedal }
         WebCenter.httpPOST(webUrl, sendData, (info) => {
-            cc.log("post buy good receipt return, ", info);
+            console.log("post buy good receipt return, ", info);
             if ("0" != info.return && 0 != info.return) {
                 return cc.error("post buy good receip Error!");
             }