fix(defaultSharePage): loading add mask

This commit is contained in:
woody 2025-09-26 14:20:21 +08:00
parent 8c33e7df41
commit c3355c5faf
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export default {
return
}
uni.showLoading({ title: '加载中...' })
uni.showLoading({ title: '加载中...', mask: true })
try {
this.shareButtonShow = false