瀏覽代碼

[停车][修改]:[停车费用问题的修改]

HeNan_2019.07.09
meo 5 年之前
父節點
當前提交
e06a6ea9e5
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. +6
    -1
      pages/passCar/passCar.js

+ 6
- 1
pages/passCar/passCar.js 查看文件

@@ -117,7 +117,11 @@ Page({
})
};
if (app.globalData.token) {
that.initUsrCarList();
// that.initUsrCarList();
that.initUsrCarList("flags");
that.setData({
current: 0
})
}
if (that.data.addCar) {
@@ -131,6 +135,7 @@ Page({
addCar: null
});
}
},
onLoad: function (options) {
var that = this;


Loading…
取消
儲存