panhui hace 4 años
padre
commit
1a47fc933b
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      src/main/nine-space/src/components/product/ProductBanner.vue

+ 2 - 4
src/main/nine-space/src/components/product/ProductBanner.vue

@@ -37,7 +37,7 @@
                     <span>分享</span>
                 </div>
             </div>
-            <three-mode></three-mode>
+            <!-- <three-mode></three-mode> -->
         </div>
 
         <post ref="post" :info="info" noButton :pageUrl="pageUrl" />
@@ -53,7 +53,6 @@ import 'swiper/swiper-bundle.min.css';
 import product from '../../mixins/product';
 import Post from '../Post.vue';
 import { ImagePreview } from 'vant';
-import ThreeMode from './ThreeMode.vue';
 // import ThreeMode from './ThreeMode.vue';
 
 export default {
@@ -73,8 +72,7 @@ export default {
     components: {
         Swiper,
         SwiperSlide,
-        Post,
-        ThreeMode
+        Post
     },
     computed: {
         banners() {