Commit fc23324e authored by wangqinghua's avatar wangqinghua

签到

parent 6f3695fd
...@@ -3,6 +3,7 @@ import {IonicPage, NavController, NavParams, ModalController, ToastController, A ...@@ -3,6 +3,7 @@ import {IonicPage, NavController, NavParams, ModalController, ToastController, A
import {SelectTypePage} from "../select-type/select-type"; import {SelectTypePage} from "../select-type/select-type";
import {AppService} from "../../../../service/appHttpService"; import {AppService} from "../../../../service/appHttpService";
import {message} from "../../../../app/main"; import {message} from "../../../../app/main";
import {MinePage} from "../../../tabs/mine/mine";
@IonicPage() @IonicPage()
@Component({ @Component({
...@@ -31,6 +32,10 @@ export class EditPage { ...@@ -31,6 +32,10 @@ export class EditPage {
ionViewDidEnter() { ionViewDidEnter() {
this.temp = this.navParams.get('temp'); this.temp = this.navParams.get('temp');
this.getDetail(); this.getDetail();
const index = this.navCtrl.getActive().index;
console.log('当前视图索引号:'+index);
this.navCtrl.remove(2, index);
} }
getDetail(){ getDetail(){
......
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