Commit 2661e491 authored by 潘永坪's avatar 潘永坪

Merge branch 'develop' of http://192.168.0.204/panyongping/uni-pdtravel into develop

parents 3646ae60 7371e024
...@@ -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