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