新增全局提示

This commit is contained in:
yanran200730
2024-11-03 20:27:49 +08:00
parent b6e721826f
commit 1285b0644c
3 changed files with 15 additions and 4 deletions

View File

@@ -442,6 +442,7 @@
await this.requestSKUList(true)
await this.$sleepSync(500)
}
this.isLoading = false
},
requestSKUList(flag) {
@@ -482,6 +483,8 @@
} else {
!flag && (this.isLoading = false)
}
} else {
this.isLoading = false
}
})
},