| | |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <view class="main"> |
| | | <view class="nav bgc-ff flex j-c-s-a a-i-c"> |
| | | |
| | | <view v-for="(item,index) in navList" :key="index" class="flex f-d-c a-i-c"> |
| | | <u-icon :customStyle="{paddingTop:20+'rpx'}" :name="item.icon" width="64rpx" height="64rpx"></u-icon> |
| | | <text class="grid-text mt-20 f-28">{{item.title}}</text> |
| | | </view> |
| | | |
| | | <view v-for="(item,index) in navList" :key="index" class="flex f-d-c a-i-c" @click="navigator(item)"> |
| | | <u-icon :customStyle="{paddingTop:20+'rpx'}" :name="item.icon" width="64rpx" |
| | | height="64rpx"></u-icon> |
| | | <text class="grid-text mt-20 f-28">{{item.title}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="main-cell bgc-ff"> |
| | | <view class="cell-content"> |
| | |
| | | url: "" |
| | | }, |
| | | ], |
| | | navList:[ |
| | | { |
| | | navList: [{ |
| | | icon: "/static/icon/nav-center-01.png", |
| | | title: "我的房屋", |
| | | url: "" |
| | |
| | | { |
| | | icon: "/static/icon/nav-center-03.png", |
| | | title: "出租信息", |
| | | url: "" |
| | | url: "/subPackage/bs/views/zhsb" |
| | | }, |
| | | ] |
| | | // userInfo:{} |
| | |
| | | uni.reLaunch({ |
| | | url: "/pages/login/login-account" |
| | | }) |
| | | }, |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | box-sizing: border-box; |
| | | background: linear-gradient(180deg, #017BFC 0%, rgba(1, 123, 252, 0) 100%); |
| | | } |
| | | |
| | | .main { |
| | | margin: -120rpx 30rpx 0; |
| | | |
| | | .nav { |
| | | width: 100%; |
| | | padding:20rpx 0; |
| | | padding: 20rpx 0; |
| | | margin-bottom: 20rpx; |
| | | border-radius:10rpx; |
| | | border-radius: 10rpx; |
| | | } |
| | | .main-cell{ |
| | | |
| | | .main-cell { |
| | | border-radius: 10rpx; |
| | | } |
| | | |