Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fairyland
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_fairyland
Commits
0eae0160
Commit
0eae0160
authored
Dec 31, 2020
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改话述
parent
12c6992a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
MainPageFragment.kt
.../java/com/mints/fairyland/ui/fragment/MainPageFragment.kt
+4
-4
No files found.
Fairyland/app/src/main/java/com/mints/fairyland/ui/fragment/MainPageFragment.kt
View file @
0eae0160
...
@@ -122,7 +122,6 @@ class MainPageFragment(private val categoryId: Int) : LazyLoadBaseFragment(),
...
@@ -122,7 +122,6 @@ class MainPageFragment(private val categoryId: Int) : LazyLoadBaseFragment(),
override
fun
getAconfigStatusSuc
(
status
:
Int
,
coin
:
Int
,
url
:
String
)
{
override
fun
getAconfigStatusSuc
(
status
:
Int
,
coin
:
Int
,
url
:
String
)
{
when
(
status
)
{
when
(
status
)
{
0
->
{
// 看视频
0
->
{
// 看视频
// showToast("今日视频已达上限,请明日再来")
curCoin
=
coin
curCoin
=
coin
awardVedio
(
coin
,
Constant
.
CARRIER_EXCHANGEMAIL_GETCOIN
)
awardVedio
(
coin
,
Constant
.
CARRIER_EXCHANGEMAIL_GETCOIN
)
}
}
...
@@ -133,9 +132,10 @@ class MainPageFragment(private val categoryId: Int) : LazyLoadBaseFragment(),
...
@@ -133,9 +132,10 @@ class MainPageFragment(private val categoryId: Int) : LazyLoadBaseFragment(),
readyGo
(
WebActivity
::
class
.
java
,
bundle
)
readyGo
(
WebActivity
::
class
.
java
,
bundle
)
}
}
2
->
{
// 今日已看完
2
->
{
// 今日已看完
val
bundle
=
Bundle
()
// val bundle = Bundle()
bundle
.
putString
(
Constant
.
MAIN_CARRIER_TYPE
,
Constant
.
CARRIER_MAIN_VEDIO_FINISH
)
// bundle.putString(Constant.MAIN_CARRIER_TYPE, Constant.CARRIER_MAIN_VEDIO_FINISH)
readyGo
(
AwardActivity
::
class
.
java
,
bundle
)
// readyGo(AwardActivity::class.java, bundle)
showToast
(
"今日视频已达上限,请明日再来"
)
}
}
}
}
}
}
...
...
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