From 4448ce41c358921897f2086918544c91258f1475 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Fri, 24 Aug 2018 15:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E8=BD=A6=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index cc566e8..36305ed 100644 --- a/app.js +++ b/app.js @@ -116,6 +116,7 @@ App({ phone: this.globalData.phone } }).then(res => { + that.globalData.parkVendor = res.data.parkVendor if (res.data.token != "undefined") { that.globalData.etcpToken = res.data.token } @@ -131,6 +132,7 @@ App({ // 支持智慧停车, 用户名下有车 phone: null, supportCar: false, + parkVendor: 1, // 1: ETCP, 2: TJD // ETCP token etcpToken: null, // 当前商场信息