Browse Source

停车登录

tags/2.2.4
Stormeye.Wu 6 years ago
parent
commit
4448ce41c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app.js

+ 2
- 0
app.js View File

@@ -116,6 +116,7 @@ App({
phone: this.globalData.phone phone: this.globalData.phone
} }
}).then(res => { }).then(res => {
that.globalData.parkVendor = res.data.parkVendor
if (res.data.token != "undefined") { if (res.data.token != "undefined") {
that.globalData.etcpToken = res.data.token that.globalData.etcpToken = res.data.token
} }
@@ -131,6 +132,7 @@ App({
// 支持智慧停车, 用户名下有车 // 支持智慧停车, 用户名下有车
phone: null, phone: null,
supportCar: false, supportCar: false,
parkVendor: 1, // 1: ETCP, 2: TJD
// ETCP token // ETCP token
etcpToken: null, etcpToken: null,
// 当前商场信息 // 当前商场信息


Loading…
Cancel
Save