fix(defaultSharePage): loading add mask
This commit is contained in:
parent
8c33e7df41
commit
c3355c5faf
|
@ -108,7 +108,7 @@ export default {
|
|||
return
|
||||
}
|
||||
|
||||
uni.showLoading({ title: '加载中...' })
|
||||
uni.showLoading({ title: '加载中...', mask: true })
|
||||
|
||||
try {
|
||||
this.shareButtonShow = false
|
||||
|
|
Loading…
Reference in New Issue