fix:1、同步ios修复的bug
This commit is contained in:
@@ -133,7 +133,7 @@ public class MaxPayManager
|
||||
paydata.status = 1;
|
||||
SavePayData(response.Data.order_id, paydata);
|
||||
isPay = true;
|
||||
Application.OpenURL(response.Data.pay_url);
|
||||
OpenBrowser.OpenURL(response.Data.pay_url);
|
||||
|
||||
}
|
||||
});
|
||||
@@ -377,6 +377,7 @@ public class MaxPayManager
|
||||
SaveingPotClass taskData = SaveData.GetSaveObject().saveingpot_history.Last();
|
||||
Makeup_2 makeupVo = ConfigSystem.GetConfig<MakeupModel_2>().GetData(taskData.tableId);
|
||||
SaveData.GetSaveObject().saveingpot_ch += ((float)paydata.amount) / 100 * makeupVo.PayIncrease; ;
|
||||
GameDispatcher.Instance.Dispatch(GameMsg.refreshGift);
|
||||
if (ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1 && GameHelper.IsGiftSwitch())
|
||||
{
|
||||
if ((SaveData.GetSaveObject().saveingpot_ch > taskData.amount) && (!taskData.auto_show) && !UIManager.Instance.IsExistUI(UIConst.H5UI))
|
||||
|
||||
Reference in New Issue
Block a user