| | |
| | | <view class="">
|
| | | <u-navbar height="48" :autoBack="false" safeAreaInsetTop placeholder
|
| | | @leftClick="selectBoxShow = !selectBoxShow">
|
| | | <view slot="left" class="flex">
|
| | | <text class="top">{{curSelectSite.name?curSelectSite.name:'暂无绑定' +roleTypeName+'信息'}}</text>
|
| | |
|
| | | <view slot="left" class="top flex">
|
| | | <view class="top-text f-30 fw">{{curSelectSite.name?curSelectSite.name:'暂无绑定' +roleTypeName+'信息'}}
|
| | | </view>
|
| | | <u-icon name="/static/icon/change-icon.png"></u-icon>
|
| | | </view>
|
| | | </u-navbar>
|
| | |
| | | this.curSelectSite = dataList[0].children[0];
|
| | | this.getHouseDataList(dataList[0].children[0].id)
|
| | | this.buildSiteColumn(dataList[0].children, index + 1)
|
| | | } else {
|
| | | this.curSelectSite = dataList[0];
|
| | | }
|
| | |
|
| | | }
|
| | | },
|
| | |
|
| | |
| | |
|
| | | <style lang="scss" scoped>
|
| | | .top {
|
| | | width: 530rpx;
|
| | | .top-text {
|
| | | max-width: 85%;
|
| | | margin-right: 20rpx;
|
| | | font-size: 32rpx;
|
| | | font-weight: bold;
|
| | | white-space: nowrap;
|
| | | overflow: hidden;
|
| | | text-overflow: ellipsis;
|
| | | }
|
| | | }
|
| | |
|
| | | .swiper {
|