|
@@ -11,7 +11,7 @@
|
|
:class="indexArr[i]!=key.split('-')[0]?'mg0 fixedItem':'fixedItem'">
|
|
:class="indexArr[i]!=key.split('-')[0]?'mg0 fixedItem':'fixedItem'">
|
|
<view class="head" v-if="indexArr[i]==key.split('-')[0]" style="margin-top: 16rpx;">
|
|
<view class="head" v-if="indexArr[i]==key.split('-')[0]" style="margin-top: 16rpx;">
|
|
<!-- <text>{{key.split('-')[0]}}F</text> -->
|
|
<!-- <text>{{key.split('-')[0]}}F</text> -->
|
|
- <view class="roomType" :style="{'left':scrollLeft+'px'}">{{key.split('-')[0]}}-{{indexHouseNameArr[i]}}</view>
|
|
|
|
|
|
+ <view class="roomType" :style="{'left':scrollLeft+'px'}">{{indexHouseNameArr[i]}}</view>
|
|
<view class="rightIcon" @click="open(i,key.split('-')[0],false)" v-if="opens[i]">
|
|
<view class="rightIcon" @click="open(i,key.split('-')[0],false)" v-if="opens[i]">
|
|
<text>收起</text>
|
|
<text>收起</text>
|
|
<u-icon name="arrow-up-fill" size="18" style="margin-left: 10rpx;"></u-icon>
|
|
<u-icon name="arrow-up-fill" size="18" style="margin-left: 10rpx;"></u-icon>
|
|
@@ -62,7 +62,7 @@
|
|
<view v-for="(item,key,i) in leftData" :key="i">
|
|
<view v-for="(item,key,i) in leftData" :key="i">
|
|
<view class="head" v-if="indexArr[i]==key.split('-')[0]" style="opacity: 0;">
|
|
<view class="head" v-if="indexArr[i]==key.split('-')[0]" style="opacity: 0;">
|
|
<!-- <text>{{key.split('-')[0]}}F</text> -->
|
|
<!-- <text>{{key.split('-')[0]}}F</text> -->
|
|
- <view class="roomType" :style="{'left':scrollLeft+'px'}">{{key.split('-')[0]}}-{{indexHouseNameArr[i]}}</view>
|
|
|
|
|
|
+ <view class="roomType" :style="{'left':scrollLeft+'px'}">{{indexHouseNameArr[i]}}</view>
|
|
<view class="rightIcon" @click="open(i,key.split('-')[0],false)" v-if="opens[i]">
|
|
<view class="rightIcon" @click="open(i,key.split('-')[0],false)" v-if="opens[i]">
|
|
<text>收起</text>
|
|
<text>收起</text>
|
|
<u-icon name="arrow-up-fill" size="18" style="margin-left: 10rpx;"></u-icon>
|
|
<u-icon name="arrow-up-fill" size="18" style="margin-left: 10rpx;"></u-icon>
|