瀏覽代碼

停车登录

tags/2.2.4
Stormeye.Wu 6 年之前
父節點
當前提交
4448ce41c3
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      app.js

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


Loading…
取消
儲存