|
@@ -162,6 +162,19 @@
|
|
|
this.chooseModal = true
|
|
|
})
|
|
|
},
|
|
|
+ onBackPress() {
|
|
|
+ if(this.showLayer || this.showDelLay||this.chooseModal||this.showPrintModal){
|
|
|
+ this.showLayer = false
|
|
|
+ this.showDelLay = false
|
|
|
+ this.chooseModal = false
|
|
|
+ this.showPrintModal = false
|
|
|
+ return true
|
|
|
+ }
|
|
|
+ if(this.showPop){
|
|
|
+ this.showPop = false
|
|
|
+ return true
|
|
|
+ }
|
|
|
+ },
|
|
|
onNavigationBarButtonTap(e) {
|
|
|
console.log(e)
|
|
|
if(this.placeTab.length){
|