From 1f7f69ebbf5e823cd731c2084f4558082049e039 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Sun, 14 Jul 2019 11:00:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=81=9C=E8=BD=A6][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E5=81=9C=E8=BD=A6=E8=B4=B9=E7=94=A8=E9=97=AE=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/passCar/passCar.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/passCar/passCar.js b/pages/passCar/passCar.js index 8f6f175..2f52ccf 100644 --- a/pages/passCar/passCar.js +++ b/pages/passCar/passCar.js @@ -117,7 +117,11 @@ Page({ }) }; if (app.globalData.token) { - that.initUsrCarList(); + // that.initUsrCarList(); + that.initUsrCarList("flags"); + that.setData({ + current: 0 + }) } if (that.data.addCar) { @@ -131,6 +135,7 @@ Page({ addCar: null }); } + }, onLoad: function (options) { var that = this;