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
3b979130
Commit
3b979130
authored
May 12, 2019
by
Junling Bu
Browse files
fix[litemall-vue]: 收货地址API调整
parent
54d16567
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/user/module-address/index.vue
View file @
3b979130
...
...
@@ -37,7 +37,7 @@ export default {
},
loadAddress
()
{
addressList
().
then
(
res
=>
{
var
list
=
res
.
data
.
data
;
var
list
=
res
.
data
.
data
.
list
;
for
(
var
i
=
0
;
i
<
list
.
length
;
i
++
){
var
item
=
list
[
i
]
this
.
addressList
.
push
({
...
...
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