Prechádzať zdrojové kódy

Merge branch 'iteration_1.3.4' into dev

lex 2 rokov pred
rodič
commit
3ddeb0fa6d
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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',