Commit 88b1ef6e authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx-api]: 个人中心地址添加收货地址成功但是没有显示。

parent b8fc57f2
...@@ -8,14 +8,13 @@ Page({ ...@@ -8,14 +8,13 @@ Page({
}, },
onLoad: function (options) { onLoad: function (options) {
// 页面初始化 options为页面跳转所带来的参数 // 页面初始化 options为页面跳转所带来的参数
this.getAddressList();
}, },
onReady: function () { onReady: function () {
// 页面渲染完成 // 页面渲染完成
}, },
onShow: function () { onShow: function () {
// 页面显示 // 页面显示
this.getAddressList();
}, },
getAddressList (){ getAddressList (){
let that = this; let that = this;
......
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