Commit d57af9f5 authored by qipeng's avatar qipeng

新增onhide

parent 0f2d501a
...@@ -728,6 +728,14 @@ export default { ...@@ -728,6 +728,14 @@ export default {
} }
//隐藏加载框 uni.hideLoading() //隐藏加载框 uni.hideLoading()
}, },
onHide: function () {
if(this.timerOutClear) {
clearTimeout(this.timerOutClear)
this.timerOutClear = null
}
//隐藏加载框
uni.hideLoading()
},
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment