mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 12:56:43 +08:00
修改关闭方法
This commit is contained in:
@@ -13,6 +13,7 @@ const myMixin = {
|
||||
created() {
|
||||
var that = this
|
||||
console.log(this)
|
||||
|
||||
getApp.closeBtn(that)
|
||||
window.appCallBack = that.appCallBack
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user