Parcourir la source

停车登录

tags/2.2.4
Stormeye.Wu il y a 6 ans
Parent
révision
4448ce41c3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      app.js

+ 2
- 0
app.js Voir le fichier

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


Chargement…
Annuler
Enregistrer