Переглянути джерело

Merge branch 'iteration_1.3.4' into dev

lex 2 роки тому
батько
коміт
3ddeb0fa6d
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      src/components/col-share/index.tsx

+ 3 - 1
src/components/col-share/index.tsx

@@ -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',