From 5481c4e649ec21ece98a6fd477b8158045baa3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Fri, 19 Apr 2019 13:23:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86=E5=8F=98=E6=9B=B4=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?bug=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/integralmall/integraHistory/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/integralmall/integraHistory/index.js b/pages/integralmall/integraHistory/index.js index cb4497f..a9dcd3d 100644 --- a/pages/integralmall/integraHistory/index.js +++ b/pages/integralmall/integraHistory/index.js @@ -104,7 +104,8 @@ Page({ onPullDownRefresh: function (e) { let that = this; that.setData({ - pageNum: 1 + pageNum: 1, + list:[] }); that.record(1); },