From 6320e78b95915bda32760504642c6f5d92442b29 Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Fri, 21 Dec 2018 15:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E5=9B=9E?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=B8=85=E7=A9=BA=E4=B9=8B=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/orderList/orderList.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/orderList/orderList.js b/pages/orderList/orderList.js index 8dcea13..a3d51eb 100644 --- a/pages/orderList/orderList.js +++ b/pages/orderList/orderList.js @@ -14,6 +14,9 @@ Page({ onShow: function(options) { PageIndex = 0; + this.setData({ + orderList: [], + }) this.getOrderList(); },