Browse Source

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

tags/河北版C.8.1.01
meo 5 years ago
parent
commit
1f7f69ebbf
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) { if (app.globalData.token) {
that.initUsrCarList();
// that.initUsrCarList();
that.initUsrCarList("flags");
that.setData({
current: 0
})
} }
if (that.data.addCar) { if (that.data.addCar) {
@@ -131,6 +135,7 @@ Page({
addCar: null addCar: null
}); });
} }
}, },
onLoad: function (options) { onLoad: function (options) {
var that = this; var that = this;


Loading…
Cancel
Save