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