Browse Source

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

HeNan_2019.07.09
meo 5 years ago
parent
commit
e06a6ea9e5
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      pages/passCar/passCar.js

+ 6
- 1
pages/passCar/passCar.js View File

@@ -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…
Cancel
Save