|
@@ -241,8 +241,13 @@
|
|
this.storeId = options.storeId
|
|
this.storeId = options.storeId
|
|
this.restart = options.restart
|
|
this.restart = options.restart
|
|
},
|
|
},
|
|
|
|
+ onUnload() {
|
|
|
|
+ uni.$off("resetTaskKpItem")
|
|
|
|
+ uni.$off("closeTour")
|
|
|
|
+ },
|
|
onReady() {
|
|
onReady() {
|
|
let _this = this
|
|
let _this = this
|
|
|
|
+ _this.isClose = false
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
//获取当前页面的webview对象
|
|
//获取当前页面的webview对象
|
|
var currentWebview = this.$mp.page.$getAppWebview()
|
|
var currentWebview = this.$mp.page.$getAppWebview()
|