瀏覽代碼

update pay data format

zy_1995 10 月之前
父節點
當前提交
d104875f6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/Scene/Script/Lobby.js

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

@@ -352,7 +352,7 @@ cc.Class({
         let goodInfo = { 
             itemID: "coin_99"
         };
-        ThirdPartyBuyGood(goodInfo);
+        ThirdPartyBuyGood(JSON.stringify(goodInfo));
     },
 
     //设置按钮点击事件