@@ -96,8 +96,10 @@ export default defineComponent({
this.image = url
const image = this.image
- if (image) {
+ setTimeout(() => {
this.shareLoading = false
+ }, 100)
+ if (image) {
postMessage(
{
api: 'shareAchievements',