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
f56994eb
Commit
f56994eb
authored
Apr 26, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
383de0cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mine.vue
pages/mine/mine.vue
+2
-1
No files found.
pages/mine/mine.vue
View file @
f56994eb
...
...
@@ -12,7 +12,7 @@
<view
class=
"shop"
>
{{
userInfo
.
accountName
}}
</view>
</view>
<view
class=
"select-acccount"
v-if=
"userInfo.allowSwitching>0"
@
click=
"$router.push('SelectAccount',
{'isSettingEnter':true})">
切换
行
号
切换
账
号
<image
class=
"img"
src=
"../../static/arrow-right-w.png"
mode=
""
></image>
</view>
</view>
...
...
@@ -133,6 +133,7 @@
this
.
$net
.
post
(
'/staff/modify'
,
{
'staffKey'
:
'avatar'
,
'staffValue'
:
value
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
getUserInfo
()
this
.
toast
(
'头像修改成功'
)
}
else
{
this
.
toast
(
res
.
message
)
}
...
...
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