Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
04c716de
Unverified
Commit
04c716de
authored
Jun 29, 2020
by
Batur
Committed by
GitHub
Jun 29, 2020
Browse files
修复收货地址页面导航栏重复 (#409)
parent
4e9f960d
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/user/module-address/index.vue
View file @
04c716de
<
template
>
<div>
<van-nav-bar
title=
"收货地址"
left-text=
"返回"
left-arrow
@
click-left=
"goback"
/>
<van-address-list
v-model=
"chosenAddressId"
:list=
"addressList"
@
add=
"onAdd"
@
edit=
"onEdit"
@
select=
"onSelect"
/>
</div>
</
template
>
...
...
Write
Preview
Supports
Markdown
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