|
@@ -27,21 +27,21 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<template v-if="pageData.template.length">
|
|
|
- <bxh
|
|
|
+ <!-- <bxh
|
|
|
v-show="btnCurrent"
|
|
|
:link="pageData.template[current3D].link"
|
|
|
:bxhType="'3D'"
|
|
|
:height="'578px'"
|
|
|
:key="current3D"
|
|
|
- ></bxh>
|
|
|
+ ></bxh> -->
|
|
|
<!-- 放大&3D按钮切换 -->
|
|
|
<section class="switch-wrap" v-show="btnShow">
|
|
|
- <div class="switch-btn" v-show="btnCurrent">
|
|
|
+ <!-- <div class="switch-btn" v-show="btnCurrent">
|
|
|
<span
|
|
|
class="primary_button"
|
|
|
@click="goDesign(pageData.template[current3D].template_id, pageData.template[current3D].link)"
|
|
|
>Custom Design</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="switch-btn">
|
|
|
<span
|
|
|
class="primary_button"
|
|
@@ -319,4 +319,4 @@ export default {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|