Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
c4a153b6
Commit
c4a153b6
authored
Jan 12, 2023
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
04cc6a51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
personal.vue
pages/personal.vue
+5
-1
index.vue
pagesA/pages/mrAct/index.vue
+5
-5
No files found.
pages/personal.vue
View file @
c4a153b6
...
@@ -183,7 +183,11 @@
...
@@ -183,7 +183,11 @@
plugin
.
logout
().
then
((
res
)
=>
{
plugin
.
logout
().
then
((
res
)
=>
{
console
.
jdLoginLog
(
res
,
'logoutres'
);
console
.
jdLoginLog
(
res
,
'logoutres'
);
uni
.
reLaunch
({
uni
.
reLaunch
({
url
:
'/pages/main'
url
:
'/pages/main'
,
success
:
function
(
res
)
{
//重新设置tabbar为0
uni
.
setStorageSync
(
'tabbar'
,
0
)
}
});
});
});
});
})
})
...
...
pagesA/pages/mrAct/index.vue
View file @
c4a153b6
...
@@ -339,14 +339,11 @@ export default {
...
@@ -339,14 +339,11 @@ export default {
})
})
return
return
}
}
if
(
this
.
disabledSubmit
)
{
this
.
receivedFailShow
=
true
return
}
},
},
getCode
()
{
getCode
()
{
let
that
=
this
let
that
=
this
that
.
checkLogin
()
that
.
checkLogin
()
if
(
that
.
disabledSubmit
)
{
if
(
that
.
disabledSubmit
)
{
return
return
}
}
...
@@ -494,7 +491,10 @@ export default {
...
@@ -494,7 +491,10 @@ export default {
that
.
checkLogin
()
that
.
checkLogin
()
if
(
that
.
disabledSubmit
)
{
if
(
that
.
disabledSubmit
)
{
this
.
receivedFailShow
=
true
let
token
=
uni
.
getStorageSync
(
'userToken'
)
if
(
token
)
{
that
.
receivedFailShow
=
true
}
return
return
}
}
...
...
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