Commit e98f3472 authored by wangqinghua's avatar wangqinghua

update

parent fca66d76
...@@ -30,12 +30,11 @@ export class CarDealPage { ...@@ -30,12 +30,11 @@ export class CarDealPage {
constructor(public navCtrl: NavController, public navParams: NavParams, constructor(public navCtrl: NavController, public navParams: NavParams,
private serveSer: ServeService, private commonSer: CommonService) { private serveSer: ServeService, private commonSer: CommonService) {
this.footerView = true;
this.getList();
} }
ionViewDidLoad() { ionViewDidEnter() {
this.footerView = true;
this.getList();
} }
ionViewWillLeave() { ionViewWillLeave() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment