mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-16 23:45:53 +08:00
解决在app中断网没有及时更新首页的问题
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
uZIndex() {
|
||||
return this.zIndex ? this.zIndex : this.$u.zIndex.noNetwork;
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
isConnected(val){
|
||||
this.$emit('isConnected',val)
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.isIOS = (uni.getSystemInfoSync().platform === 'ios');
|
||||
|
||||
Reference in New Issue
Block a user