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
|
return
|
||||||
end
|
end
|
||||||
if result.obfuscatedAccountId then
|
if result.obfuscatedAccountId then
|
||||||
PayManager:requestRewards(purchaseToken, result.obfuscatedAccountId, result.orderId)
|
PayManager:requestRewards(purchaseToken, result.obfuscatedAccountId, result.orderId, result.productId)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -125,7 +125,7 @@ function SDKPayGoogleManager:reqPayReward(uncompleteList, productId, callback)
|
|||||||
elseif uncompleteOrder.purchaseToken then
|
elseif uncompleteOrder.purchaseToken then
|
||||||
-- 去服务器验证
|
-- 去服务器验证
|
||||||
if uncompleteOrder.obfuscatedAccountId 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
|
index = index + 1
|
||||||
handleOrder(uncompleteList[index])
|
handleOrder(uncompleteList[index])
|
||||||
end)
|
end)
|
||||||
|
|||||||
@ -74,7 +74,7 @@ function DungeonDifficultyUI:onLoadRootComplete()
|
|||||||
end
|
end
|
||||||
self.txTime:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, timeStr))
|
self.txTime:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, timeStr))
|
||||||
self.txFrist:setText(I18N:getGlobalText(I18N.GlobalConst.FIRST_PASS))
|
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.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE))
|
||||||
|
|
||||||
self:refreshDifficulty()
|
self:refreshDifficulty()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user