修改第五项支付
This commit is contained in:
parent
1fa9c1bb4b
commit
aad7ff06f4
|
@ -837,7 +837,7 @@ var GameTool = {
|
||||||
price = 12800;
|
price = 12800;
|
||||||
MiniGameSdk.API.showToast("充值成功,获得32000金币");
|
MiniGameSdk.API.showToast("充值成功,获得32000金币");
|
||||||
break;
|
break;
|
||||||
case "gold_pack_5":
|
case "gold_5":
|
||||||
cc.fx.GameTool.changeCoin(100000);
|
cc.fx.GameTool.changeCoin(100000);
|
||||||
coin = 100000;
|
coin = 100000;
|
||||||
price = 32800;
|
price = 32800;
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default class NewClass extends cc.Component {
|
||||||
{ product_id: "gold_2", name: "金币包2", price: 3600, coin:8000, title: "" },
|
{ product_id: "gold_2", name: "金币包2", price: 3600, coin:8000, title: "" },
|
||||||
{ product_id: "gold_3", name: "金币包3", price: 6800, coin:16000, title: "" },
|
{ product_id: "gold_3", name: "金币包3", price: 6800, coin:16000, title: "" },
|
||||||
{ product_id: "gold_4", name: "金币包4", price: 12800, coin:32000, title: "" },
|
{ product_id: "gold_4", name: "金币包4", price: 12800, coin:32000, title: "" },
|
||||||
{ product_id: "gold_pack_5", name: "金币包5", price: 32800, coin:100000, title: "" },
|
{ product_id: "gold_5", name: "金币包5", price: 32800, coin:100000, title: "" },
|
||||||
{ product_id: "gold_6", name: "金币包6", price: 64800, coin:240000, title: "" },
|
{ product_id: "gold_6", name: "金币包6", price: 64800, coin:240000, title: "" },
|
||||||
];
|
];
|
||||||
for (let i = 1; i <= 6 && i < this.itemList.children.length; i++) {
|
for (let i = 1; i <= 6 && i < this.itemList.children.length; i++) {
|
||||||
|
@ -97,8 +97,8 @@ export default class NewClass extends cc.Component {
|
||||||
case "gold_4":
|
case "gold_4":
|
||||||
price = 12800;
|
price = 12800;
|
||||||
break;
|
break;
|
||||||
case "gold_pack_5":
|
case "gold_5":
|
||||||
price = 100;
|
price = 32800;
|
||||||
break;
|
break;
|
||||||
case "gold_6":
|
case "gold_6":
|
||||||
price = 64800;
|
price = 64800;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user