Procházet zdrojové kódy

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

tags/河北版C.8.1.01
meo před 5 roky
rodič
revize
1f7f69ebbf
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      pages/passCar/passCar.js

+ 6
- 1
pages/passCar/passCar.js Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit