feat(share): loading mask true
This commit is contained in:
parent
6bf05d18cc
commit
661665f2a4
|
@ -90,6 +90,7 @@ export default {
|
|||
})
|
||||
uni.showLoading({
|
||||
title: '加载中...',
|
||||
mask: true,
|
||||
})
|
||||
},
|
||||
onReady() {
|
||||
|
|
Loading…
Reference in New Issue