| | |
| | | </view>
|
| | | </view>
|
| | | </u-collapse-item>
|
| | | <u-collapse-item v-show="isShowShop" style="border: none;" title="商铺" |
| | | <u-collapse-item class="sp-list" v-show="isShowShop" style="border: none;" title="商铺" |
| | | >
|
| | | <view class="house-list-box" v-for="(item, index) in shopList" :name="index" :key="index" @click.native="pushShopPage(item)">
|
| | | <view class="house-list-box flex" v-for="(item, index) in shopList" :name="index" :key="index" @click.native="pushShopPage(item)">
|
| | | <view class="l">
|
| | | <u-icon name="home" color="#fff"></u-icon>
|
| | | </view>
|
| | | <view class="r">
|
| | | <view class="r nowrap-ellipsis-hidden">
|
| | | {{item.floor}}
|
| | | </view>
|
| | | </view>
|
| | |
| | | type:3,
|
| | | code:this.currentId,
|
| | | name: this.addressType==1?"":this.neiCode,
|
| | | addressType :this.addressType
|
| | | addressType :this.addressType==3?2:1
|
| | | } |
| | | const res = await getHouseList(param)
|
| | | const aoiList = res.data.aoiList
|
| | |
| | | color: #fff;
|
| | | background: linear-gradient(to right, #417BE9, #6D9FFB);
|
| | | box-sizing: border-box;
|
| | | |
| | | .r {
|
| | | width: 0;
|
| | | flex: 1;
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | | |
| | | .sp-list {
|
| | | /deep/ .u-collapse-item__content__text {
|
| | | display: flex;
|
| | | flex-direction: row;
|
| | | flex-wrap: wrap;
|
| | | }
|
| | | }
|
| | | </style> |