Commit abdf8cf12b1ca900a4ff17ba07aae997ec17e84e
Merge branch 'tr/bugfix' into tr/bugfix-qa
* tr/bugfix: 单位分
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/StoreAction.lua
... | ... | @@ -23,7 +23,7 @@ function _M.rechargeRpc(agent , data) |
23 | 23 | skynet.timeout(10, function () |
24 | 24 | role:handlePurchase({ |
25 | 25 | order = partnerOrderId, |
26 | - amount = dataSet.rmb, | |
26 | + amount = dataSet.rmb * 100, | |
27 | 27 | game_money = dataSet.diamond, |
28 | 28 | product_id = dataSet.productId, |
29 | 29 | pay_time = skynet.timex(), | ... | ... |