Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
e6864a2b
Commit
e6864a2b
authored
Nov 10, 2020
by
wangxuewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :幸运农场1.0.3 [实现方案] :备份
parent
e27c70ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GameActivity.kt
app/src/main/java/com/ym/game/GameActivity.kt
+1
-1
BaseApplication.kt
app/src/main/java/com/ym/game/application/BaseApplication.kt
+1
-1
No files found.
app/src/main/java/com/ym/game/GameActivity.kt
View file @
e6864a2b
...
@@ -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
,
...
...
app/src/main/java/com/ym/game/application/BaseApplication.kt
View file @
e6864a2b
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment