Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
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
1
Merge Requests
1
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
lify
RvApp
Commits
760f9d1f
Commit
760f9d1f
authored
Sep 29, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-video' of
http://113.105.137.151:22280/lify/rvapp
into Branch_1.4.6
parents
e68b045f
c44f3a1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
MainActivity.java
RvClient/src/main/java/com/xxfc/rv/MainActivity.java
+0
-1
ConfirmOrderActivity.java
.../rv/home/rv/module/ui/main/home/ConfirmOrderActivity.java
+11
-0
No files found.
RvClient/src/main/java/com/xxfc/rv/MainActivity.java
View file @
760f9d1f
...
@@ -438,7 +438,6 @@ public class MainActivity extends BaseActivity<CommonPresenter> implements EasyP
...
@@ -438,7 +438,6 @@ public class MainActivity extends BaseActivity<CommonPresenter> implements EasyP
if
(
mAdapter
!=
null
)
{
if
(
mAdapter
!=
null
)
{
mAdapter
.
getCurrentFragment
().
onActivityResult
(
requestCode
,
resultCode
,
data
);
mAdapter
.
getCurrentFragment
().
onActivityResult
(
requestCode
,
resultCode
,
data
);
}
}
}
}
@Override
@Override
...
...
module_home/src/main/java/com/rv/home/rv/module/ui/main/home/ConfirmOrderActivity.java
View file @
760f9d1f
...
@@ -161,6 +161,7 @@ public class ConfirmOrderActivity extends BaseStatusActivity<CommonPresenter> {
...
@@ -161,6 +161,7 @@ public class ConfirmOrderActivity extends BaseStatusActivity<CommonPresenter> {
private
final
int
TYPE_REQUEST_DRIVING
=
3
;
private
final
int
TYPE_REQUEST_DRIVING
=
3
;
private
boolean
serviceFeeShow
=
true
;
private
boolean
serviceFeeShow
=
true
;
private
boolean
cleanFeeShow
=
true
;
private
boolean
cleanFeeShow
=
true
;
private
OrderDataBean
dataBean
;
private
OrderDataBean
dataBean
;
...
@@ -664,6 +665,16 @@ public class ConfirmOrderActivity extends BaseStatusActivity<CommonPresenter> {
...
@@ -664,6 +665,16 @@ public class ConfirmOrderActivity extends BaseStatusActivity<CommonPresenter> {
tvLayoutMemberHint
.
setVisibility
(
View
.
VISIBLE
);
tvLayoutMemberHint
.
setVisibility
(
View
.
VISIBLE
);
llLayoutMemberHint
.
setVisibility
(
View
.
VISIBLE
);
llLayoutMemberHint
.
setVisibility
(
View
.
VISIBLE
);
tvFreeCarDays
.
setText
(
"(剩余"
+
memberData
.
getRentFreeDays
()
+
"天)"
);
tvFreeCarDays
.
setText
(
"(剩余"
+
memberData
.
getRentFreeDays
()
+
"天)"
);
if
(
memberData
.
getRentFreeDays
()
>
0
)
{
swbtnMember
.
setChecked
(
true
);
isMemberType
=
1
;
dataBean
.
setRentFreeDay
(
1
);
couponAmount
=
0
;
getPayMoney
();
}
else
{
dataBean
.
setRentFreeDay
(
0
);
isMemberType
=
0
;
}
}
}
if
(
priceBean
.
getData
()
!=
null
)
{
if
(
priceBean
.
getData
()
!=
null
)
{
...
...
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