|
@@ -47,7 +47,7 @@ namespace GFGGame
|
|
|
ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
|
|
|
if (shopCfg.costType == CostType.RMB)
|
|
|
{
|
|
|
- QDManager.Pay(response.BuyId, response.Times, response.OrderId);
|
|
|
+ QDManager.Pay(response.BuyId, response.Times, response.OrderId, response.Price);
|
|
|
return false;
|
|
|
}
|
|
|
else
|