@@ -113,6 +113,12 @@
backgroundColor: this.$config('primaryColor')
})
},
+ onBackPress() {
+ if(this.showModal){
+ this.showModal = false
+ return true
+ }
+ },
onLoad(option) {
this.replenishBillSn = option.sn
this.pageType = option.type
@@ -115,6 +115,12 @@
this.getDetail()
@@ -111,6 +111,12 @@