Commit 3b979130 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-vue]: 收货地址API调整

parent 54d16567
......@@ -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({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment