Commit e6864a2b authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :幸运农场1.0.3
[实现方案] :备份
parent e27c70ba
...@@ -597,7 +597,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -597,7 +597,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
// var allMoneyNum = // var allMoneyNum =
// "总共获得奖励+${result.rewardContentList[0].totalRewardNum / 100.toDouble()}元"; // "总共获得奖励+${result.rewardContentList[0].totalRewardNum / 100.toDouble()}元";
// ToastUtil.showImageToas(act, allMoneyNum) // ToastUtil.showImageToas(act, allMoneyNum)
callUnity("RedPackList", "redPackListDataUpdate", "") // callUnity("RedPackList", "redPackListDataUpdate", "")
MainDialog.showgetWaterDrop( MainDialog.showgetWaterDrop(
act, act,
4, 4,
......
...@@ -32,7 +32,7 @@ class BaseApplication : MultiDexApplication() { ...@@ -32,7 +32,7 @@ class BaseApplication : MultiDexApplication() {
//第一步初始化 application //第一步初始化 application
AppliContext.init(this) AppliContext.init(this)
// Config.init(this) // Config.init(this)
NetConfig.setBase_Url(NetConfig.Environment.PRODUCT)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT NetConfig.setBase_Url(NetConfig.Environment.DEV)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
Constant.appLs = "afcbef40e31631d3"//appls Constant.appLs = "afcbef40e31631d3"//appls
AdManager.init(this) AdManager.init(this)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment