From 10691d985b6921110d310b7bdbc86b08e96c24fe Mon Sep 17 00:00:00 2001 From: gooking Date: Mon, 4 Sep 2017 07:48:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=8A=A0=E5=85=A5=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=EF=BC=8C=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E5=88=87=E6=8D=A2?= =?UTF-8?q?tab=E8=BF=9B=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0=E7=9A=84=E5=95=86=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop-cart/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/shop-cart/index.js b/pages/shop-cart/index.js index 1799d732..0e7f6b16 100644 --- a/pages/shop-cart/index.js +++ b/pages/shop-cart/index.js @@ -34,9 +34,9 @@ Page({ }, onLoad: function () { this.initEleWidth(); - this.onshow(); + this.onShow(); }, - onshow: function(){ + onShow: function(){ var shopList = []; // 获取购物车数据 var shopCarInfoMem = wx.getStorageSync('shopCarInfo');