Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
7e860b52
Commit
7e860b52
authored
Jul 15, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
38
parent
0404c99e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
GeliBusinessPlatform.xcodeproj/project.pbxproj
GeliBusinessPlatform.xcodeproj/project.pbxproj
+4
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/换绑支付账号(绑定,换绑)/BindViewController.swift
...orm/ViewController/换绑支付账号(绑定,换绑)/BindViewController.swift
+1
-0
GeliBusinessPlatform/ViewController/支付账号(设置,修改)/PayViewController.swift
...atform/ViewController/支付账号(设置,修改)/PayViewController.swift
+1
-0
No files found.
GeliBusinessPlatform.xcodeproj/project.pbxproj
View file @
7e860b52
...
...
@@ -5091,7 +5091,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
NO
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
5.9
;
CURRENT_PROJECT_VERSION
=
6.0
;
DEFINES_MODULE
=
NO
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_TEAM
=
K48346UACH
;
...
...
@@ -5151,7 +5151,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO"
,
);
MARKETING_VERSION
=
1.7.
8
;
MARKETING_VERSION
=
1.7.
9
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -5233,7 +5233,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
NO
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
5.9
;
CURRENT_PROJECT_VERSION
=
6.0
;
DEFINES_MODULE
=
NO
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_TEAM
=
K48346UACH
;
...
...
@@ -5293,7 +5293,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/GBDEMO"
,
);
MARKETING_VERSION
=
1.7.
8
;
MARKETING_VERSION
=
1.7.
9
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
7e860b52
No preview for this file type
GeliBusinessPlatform/ViewController/换绑支付账号(绑定,换绑)/BindViewController.swift
View file @
7e860b52
...
...
@@ -49,6 +49,7 @@ class BindViewController: BaseViewController, GeliAlertViewDelegate {
HUD
.
hide
(
animated
:
true
)
let
dataM
=
data
as!
LocationGeliPayModel
let
vc
=
WebViewController
()
vc
.
isPay
=
true
vc
.
urlStr
=
dataM
.
data
?
.
url
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
})
{
(
error
)
in
...
...
GeliBusinessPlatform/ViewController/支付账号(设置,修改)/PayViewController.swift
View file @
7e860b52
...
...
@@ -78,6 +78,7 @@ class PayViewController: BaseViewController ,GeliAlertViewDelegate{
HUD
.
hide
(
animated
:
true
)
let
dataM
=
data
as!
LocationGeliPayModel
let
vc
=
WebViewController
()
vc
.
isPay
=
true
vc
.
urlStr
=
dataM
.
data
?
.
url
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
})
{
(
error
)
in
...
...
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