Explorar o código

Merge branch 'iteration_1.3.4' into dev

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
3ddeb0fa6d
Modificáronse 1 ficheiros con 3 adicións e 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',