Browse Source

feat: 完成重构

rindy 6 months ago
parent
commit
e1ceb98d60

+ 1 - 1
packages/qjkankan-view/src/components/Fdkk/index.vue

@@ -96,7 +96,7 @@ const handleMessage = (res) => {
       if (res.data.params.showSceneList != void 0) {
         store.commit("functions/setShowScenesList", res.data.params.showSceneList);
       }
-      if (res.data.params.showShareUrls != void 0) {
+      if (res.data.params.showShareUrl != void 0) {
         store.commit("functions/setShareUrl", res.data.params.showShareUrl);
       }
       if(res.data.params.showToursList != void 0) {

+ 3 - 0
packages/qjkankan-view/src/components/UIGather/list.vue

@@ -336,6 +336,9 @@ const sencordNatSwiperFocus = () => {
 
 onMounted(() => {
   useApp().then(async (app) => {
+    if(currentScene.value.type == '4dkk' && currentScene.value.version == 'V4') {
+      store.commit("functions/setShowScenesList", false);
+    }
     show.value = true;
   });
   watchEffect(() => {

+ 3 - 0
packages/qjkankan-view/src/components/UIGather/mobile/list.vue

@@ -309,6 +309,9 @@ const sencordNatSwiperFocus = () => {
 
 onMounted(() => {
   useApp().then(async (app) => {
+    if(currentScene.value.type == '4dkk' && currentScene.value.version == 'V4') {
+      store.commit("functions/setShowScenesList", false);
+    }
     show.value = true;
   });
   watchEffect(() => {