Selaa lähdekoodia

Merge branch 'hqyDev' of http://git.dayaedu.com/liushengqiang/classroom-app into jenkins-test

黄琪勇 1 vuosi sitten
vanhempi
commit
0c00c2b703
1 muutettua tiedostoa jossa 7 lisäystä ja 3 poistoa
  1. 7 3
      src/views/creation/index-share.tsx

+ 7 - 3
src/views/creation/index-share.tsx

@@ -435,9 +435,13 @@ export default defineComponent({
         }
     })
     function handlerDownLoad(){
-      router.push({
-        path:"/transfer"
-      })
+      if(weixin){
+        wxStatus.value = true
+      }else{
+        router.push({
+          path:"/transfer"
+        })
+      }
     }
     const pageVisibility = usePageVisibility();
     watch(pageVisibility, value => {