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