Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
Overview
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
wangjian
FuLiMini
Commits
118faf20
Commit
118faf20
authored
Apr 26, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f56994eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
selectAccount.vue
pagesA/selectAccount/selectAccount.vue
+4
-0
setting.vue
pagesA/setting/setting.vue
+3
-0
No files found.
pagesA/selectAccount/selectAccount.vue
View file @
118faf20
...
@@ -50,6 +50,10 @@
...
@@ -50,6 +50,10 @@
this
.
toast
(
'请先查看并同意《隐私政策》和《服务协议》'
)
this
.
toast
(
'请先查看并同意《隐私政策》和《服务协议》'
)
return
return
}
}
if
(
item
.
staffState
!==
200
)
{
this
.
toast
(
'该帐号已被禁用'
)
return
}
this
.
$net
.
post
(
'/account/change'
,
{
'accountCode'
:
item
.
accountCode
}).
then
(
res
=>
{
this
.
$net
.
post
(
'/account/change'
,
{
'accountCode'
:
item
.
accountCode
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
if
(
this
.
isSettingEnter
)
{
if
(
this
.
isSettingEnter
)
{
...
...
pagesA/setting/setting.vue
View file @
118faf20
...
@@ -34,6 +34,9 @@
...
@@ -34,6 +34,9 @@
hasPwd
:
this
.
$store
.
state
.
userInfo
.
settingCheckCode
===
1
hasPwd
:
this
.
$store
.
state
.
userInfo
.
settingCheckCode
===
1
}
}
},
},
onShow
()
{
this
.
hasPwd
=
this
.
$store
.
state
.
userInfo
.
settingCheckCode
===
1
},
methods
:
{
methods
:
{
changePwd
()
{
changePwd
()
{
if
(
this
.
hasPwd
)
{
if
(
this
.
hasPwd
)
{
...
...
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