Commit fc23324e authored by wangqinghua's avatar wangqinghua

签到

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