Merge branch 'dev' of http://git.juzugame.com/b6-client/b6-lua into dev
This commit is contained in:
commit
007bbc7cd0
@ -28,7 +28,7 @@ function SDKPayGoogleManager.onGooglePayDelayCallback(code, msg)
|
||||
return
|
||||
end
|
||||
if result.obfuscatedAccountId then
|
||||
PayManager:requestRewards(purchaseToken, result.obfuscatedAccountId, result.orderId)
|
||||
PayManager:requestRewards(purchaseToken, result.obfuscatedAccountId, result.orderId, result.productId)
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -125,7 +125,7 @@ function SDKPayGoogleManager:reqPayReward(uncompleteList, productId, callback)
|
||||
elseif uncompleteOrder.purchaseToken then
|
||||
-- 去服务器验证
|
||||
if uncompleteOrder.obfuscatedAccountId then
|
||||
PayManager:requestRewards(uncompleteOrder.purchaseToken, uncompleteOrder.obfuscatedAccountId, uncompleteOrder.orderId, true, function()
|
||||
PayManager:requestRewards(uncompleteOrder.purchaseToken, uncompleteOrder.obfuscatedAccountId, uncompleteOrder.orderId, uncompleteOrder.productId, true, function()
|
||||
index = index + 1
|
||||
handleOrder(uncompleteList[index])
|
||||
end)
|
||||
|
||||
@ -74,7 +74,7 @@ function DungeonDifficultyUI:onLoadRootComplete()
|
||||
end
|
||||
self.txTime:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, timeStr))
|
||||
self.txFrist:setText(I18N:getGlobalText(I18N.GlobalConst.FIRST_PASS))
|
||||
self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC)..":")
|
||||
self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC))
|
||||
self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE))
|
||||
|
||||
self:refreshDifficulty()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user