Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
APP
VirtualCard-iOS
Commits
efe5eb12
Commit
efe5eb12
authored
May 27, 2020
by
IOS-张 博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页字段修改
parent
b80bae81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
QGCardHomeModel.h
...nt/QGClasses/Card/Function/QGCard/Model/QGCardHomeModel.h
+2
-2
QGCardViewController.m
...ard/Function/QGCard/ViewController/QGCardViewController.m
+4
-4
No files found.
VirtualPayment/VirtualPayment/QGClasses/Card/Function/QGCard/Model/QGCardHomeModel.h
View file @
efe5eb12
...
...
@@ -118,10 +118,10 @@ typedef NS_ENUM(NSUInteger, HomeCardHeaderType) {
/**
本月应还URL
*/
@property
(
nonatomic
,
strong
)
NSString
*
r
epayUrl
;
@property
(
nonatomic
,
strong
)
NSString
*
appR
epayUrl
;
/// 下月还款URL
@property
(
nonatomic
,
strong
)
NSString
*
next
RepayUrl
;
@property
(
nonatomic
,
strong
)
NSString
*
appPre
RepayUrl
;
/**
已用额度=(授信额度 - 可用额度) 优先级 1
...
...
VirtualPayment/VirtualPayment/QGClasses/Card/Function/QGCard/ViewController/QGCardViewController.m
View file @
efe5eb12
...
...
@@ -790,8 +790,8 @@
* 5:还款成功
*/
if
(
repayBillStatusEnumType
==
2
||
repayBillStatusEnumType
==
5
)
{
if
(
!
[
NSString
isEmpty
:
self
.
cardDataModel
.
blankNote
.
next
RepayUrl
])
{
[
QGApplicationOpenURL
handleAllSupportUrl
:
self
.
cardDataModel
.
blankNote
.
next
RepayUrl
];
if
(
!
[
NSString
isEmpty
:
self
.
cardDataModel
.
blankNote
.
appPre
RepayUrl
])
{
[
QGApplicationOpenURL
handleAllSupportUrl
:
self
.
cardDataModel
.
blankNote
.
appPre
RepayUrl
];
}
else
{
...
...
@@ -800,8 +800,8 @@
}
else
{
if
(
!
[
NSString
isEmpty
:
self
.
cardDataModel
.
blankNote
.
r
epayUrl
])
{
[
QGApplicationOpenURL
handleAllSupportUrl
:
self
.
cardDataModel
.
blankNote
.
r
epayUrl
];
if
(
!
[
NSString
isEmpty
:
self
.
cardDataModel
.
blankNote
.
appR
epayUrl
])
{
[
QGApplicationOpenURL
handleAllSupportUrl
:
self
.
cardDataModel
.
blankNote
.
appR
epayUrl
];
}
else
{
...
...
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