zjs_project 1 年之前
父节点
当前提交
12ce772e79

+ 2 - 1
src/pages/webgl_rxdz/webgl_rxdz.scss

@@ -62,11 +62,12 @@ canvas { width:100vw; height:calc(100vh - 200rem);z-index: 10; }
 	font-size: 24rem;
 	font-family: "Verdana";
 	font-weight: 400;
+	z-index: 301;
 	span{
 		font-size: 28rem;
 	}
 	.reduce{
-		width: 72rem;
+		// width: 92rem;
 		height: 72rem;
 		border-radius: 12rem;
 		color: #fa9f40;

+ 1 - 1
src/pages/webgl_rxdz_customize/webgl_rxdz_customize.html

@@ -11,7 +11,7 @@
 					:current="currImgIdx" ref="carousel">
                     <el-carousel-item v-for="(img,s) in tabData[tabIndex].hardboundEffect" :key="s" :item-id="s" class="master-pic-img">
                         <img @touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend" class="master-pic-img" :src="img" mode="aspectFill" />
-						<div class="lookHouseView rows justify-center" v-if="tabIndex==0 && (!shareUserId || shareUserId==userId)" @click="toMode">
+						<div class="lookHouseView rows justify-center" v-if="tabIndex==2 && (!shareUserId || shareUserId==userId)" @click="toMode">
 							<img class="icon-ai" src="https://dm.static.elab-plus.com/miniProgram/iconfont/icon-ai.png" mode="widthFix"/>
 							查看户型
 						</div>

+ 1 - 0
src/static/globlShowModel.js

@@ -79,6 +79,7 @@ var globlShowModel = [
 	'BP_B_wardrobe04',
 	'BP_L_2Sofa03',
 	'BP_XSPACE_painting_05',
+	'BP_T_1PeopleBasin03',
 ];
 
 module.exports = globlShowModel;