Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-09 12:00:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f7b8a90ba45cd49348ede22db0577022f25fefc7
f7b8a90b
1 parent
6b3d4df9
✨ feat(C端我的页面): 儿童数量大于1个才显示切换
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/me/index.vue
src/views/me/index.vue
View file @
f7b8a90
...
...
@@ -9,7 +9,7 @@
<van-col class="text-wrapper" span="18">
<div>
<div class="username">{{ userInfo.name }}</div>
<div v-if="actions.length" class="toggle-user" @click="show = true">切换儿童</div>
<div v-if="actions.length
> 1
" class="toggle-user" @click="show = true">切换儿童</div>
</div>
<div class="address">{{ userInfo.kg_name }}</div>
</van-col>
...
...
Please
register
or
login
to post a comment