ソースを参照

停车登录

tags/2.2.4
Stormeye.Wu 7年前
コミット
4448ce41c3
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      app.js

+ 2
- 0
app.js ファイルの表示

@@ -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,
// 当前商场信息 // 当前商场信息


読み込み中…
キャンセル
保存