Browse Source

update pay data format

zy_1995 7 months ago
parent
commit
d104875f6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/Scene/Script/Lobby.js

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

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