Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_bcsdk
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
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
flutter-plugin
flutter_bcsdk
Commits
5fe2ec56
Commit
5fe2ec56
authored
Jun 16, 2022
by
GoldMask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
23ae3fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ios/Classes/alibc/AlibcUtil.m
ios/Classes/alibc/AlibcUtil.m
+2
-2
No files found.
ios/Classes/alibc/AlibcUtil.m
View file @
5fe2ec56
...
...
@@ -129,7 +129,7 @@ static AlibcUtil *p = nil ;
showParams:
showParams
taoKeParams:
taokeParam
trackParam:
trackParam
openUrlCallBack:
^
(
NSError
*
_Nonnull
error
)
{
openUrlCallBack:
^
(
NSError
*
error
,
NSDictionary
*
result
)
{
if
(
error
)
{
NSLog
(
@"调用失败"
);
result
(@{
@"status"
:
@
(
error
.
code
),
@"code"
:
@
(
error
.
code
),
@"msg"
:
error
.
userInfo
});
...
...
@@ -153,7 +153,7 @@ static AlibcUtil *p = nil ;
NSDictionary
*
trackParams
=
[
call
.
arguments
[
@"trackParams"
]
isKindOfClass
:[
NSNull
class
]]?
@{}:
call
.
arguments
[
@"trackParams"
];
// 构造taokeParam
[[[
AlibcTradeUltimateSDK
sharedInstance
]
tradeService
]
openTradeUrl
:
detailUrl
parentController
:(
UINavigationController
*
)[
UIApplication
sharedApplication
].
keyWindow
.
rootViewController
showParams
:
showParams
taoKeParams
:
taokeParam
trackParam
:
trackParams
openUrlCallBack
:^
(
NSError
*
error
)
{
[[[
AlibcTradeUltimateSDK
sharedInstance
]
tradeService
]
openTradeUrl
:
detailUrl
parentController
:(
UINavigationController
*
)[
UIApplication
sharedApplication
].
keyWindow
.
rootViewController
showParams
:
showParams
taoKeParams
:
taokeParam
trackParam
:
trackParams
openUrlCallBack
:^
(
NSError
*
error
,
NSDictionary
*
result
)
{
if
(
error
)
{
NSLog
(
@"调用成功"
);
}
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