From ca41f9f38b677a8fa7788285ae3d4a808d6e3d94 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Mon, 7 May 2018 22:41:56 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx]:=20=E8=BF=9B=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=94=AF=E4=BB=98=E9=97=AE=E9=A2=98=E3=80=82?= =?UTF-8?q?=20=E5=BD=93=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=BA=94=E8=AF=A5=E5=9C=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=97=B6=E9=87=8D=E6=96=B0=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E=E8=80=8C=E8=8E=B7=E5=8F=96=E8=AE=A2=E5=8D=95=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=88=90=E5=8A=9F=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/ucenter/order/order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-wx/pages/ucenter/order/order.js b/litemall-wx/pages/ucenter/order/order.js index 8a954da1..7ca0ab59 100644 --- a/litemall-wx/pages/ucenter/order/order.js +++ b/litemall-wx/pages/ucenter/order/order.js @@ -8,7 +8,6 @@ Page({ }, onLoad:function(options){ // 页面初始化 options为页面跳转所带来的参数 - this.getOrderList(); }, getOrderList(){ let that = this; @@ -33,6 +32,7 @@ Page({ }, onShow:function(){ // 页面显示 + this.getOrderList(); }, onHide:function(){ // 页面隐藏