Lou
2023-11-21 9f6fc05d6ad3b641bc67464891500063c94b9acc
update
1 files modified
31 ■■■■ changed files
pages/user/center.vue 31 ●●●● patch | view | raw | blame | history
pages/user/center.vue
@@ -13,18 +13,13 @@
            </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">
@@ -73,8 +68,7 @@
                        url: ""
                    },
                ],
                navList:[
                    {
                navList: [{
                        icon: "/static/icon/nav-center-01.png",
                        title: "我的房屋",
                        url: ""
@@ -87,7 +81,7 @@
                    {
                        icon: "/static/icon/nav-center-03.png",
                        title: "出租信息",
                        url: ""
                        url: "/subPackage/bs/views/zhsb"
                    },
                ]
                // userInfo:{}
@@ -122,7 +116,7 @@
                uni.reLaunch({
                    url: "/pages/login/login-account"
                })
            },
            }
        }
    }
</script>
@@ -142,15 +136,18 @@
        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;
        }