Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
f7358959
Commit
f7358959
authored
Nov 28, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios bug修复
parent
0bd1b1cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
myBindUser.vue
src/pages/myInfo/myBindUser.vue
+2
-1
No files found.
src/pages/myInfo/myBindUser.vue
View file @
f7358959
...
@@ -250,6 +250,7 @@ export default {
...
@@ -250,6 +250,7 @@ export default {
let
res
=
await
this
.
$post
(
url
,
param
)
let
res
=
await
this
.
$post
(
url
,
param
)
this
.
hlsPopup
.
hideLoading
()
this
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
.
info
.
code
===
0
&&
res
.
result
.
code
!==
700
)
{
if
(
res
.
result
.
info
.
code
===
0
&&
res
.
result
.
code
!==
700
)
{
let
authUrl
=
res
.
result
.
info
.
data
.
authUrl
cordova
.
plugins
.
IdCardPlugin
.
webSignNotary
(
cordova
.
plugins
.
IdCardPlugin
.
webSignNotary
(
function
(
suc
)
{
function
(
suc
)
{
hlsPopup
.
showLongCenter
(
suc
.
message
)
hlsPopup
.
showLongCenter
(
suc
.
message
)
...
@@ -257,7 +258,7 @@ export default {
...
@@ -257,7 +258,7 @@ export default {
function
(
reason
)
{
function
(
reason
)
{
hlsPopup
.
showLongCenter
(
'错误信息:'
+
'【'
+
reason
.
code
+
'】'
+
reason
.
message
)
hlsPopup
.
showLongCenter
(
'错误信息:'
+
'【'
+
reason
.
code
+
'】'
+
reason
.
message
)
},
},
res
.
result
.
info
.
data
.
authUrl
authUrl
)
)
}
else
if
(
res
.
result
.
code
===
700
)
{
}
else
if
(
res
.
result
.
code
===
700
)
{
hlsPopup
.
showLongCenter
(
res
.
result
.
msg
)
hlsPopup
.
showLongCenter
(
res
.
result
.
msg
)
...
...
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