修改关闭方法

This commit is contained in:
na.guo
2020-08-07 15:46:52 +08:00
parent b17788817b
commit f6ccae7b49
2 changed files with 6 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ const myMixin = {
created() {
var that = this
console.log(this)
getApp.closeBtn(that)
window.appCallBack = that.appCallBack
}

View File

@@ -365,12 +365,12 @@ export default {
}
}
},
created() {
var that = this
// created() {
// var that = this
getApp.closeBtn(that)
window.appCallBack = that.appCallBack
},
// getApp.closeBtn(that)
// window.appCallBack = that.appCallBac
// },
mounted() {
// this.timeVal=this.$route.query.timeVal||""
// this.showText=this.$route.query.showText