Explorar el Código

Merge branch 'iteration_1.3.4' into dev

lex hace 2 años
padre
commit
3ddeb0fa6d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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',