Lou
2024-03-19 473fe6162550091871db4adc8c9134abe3eff6d9
更新
2 files modified
8 ■■■■ changed files
common/common.js 4 ●●●● patch | view | raw | blame | history
pages/home/index.vue 4 ●●●● patch | view | raw | blame | history
common/common.js
@@ -114,7 +114,7 @@
            {
                name: '个人中心',
                name: '我的',
                iconPathSelected: '/static/img/tabbar-06-selected.png',
                iconPath: '/static/img/tabbar-06.png',
@@ -136,7 +136,7 @@
                url: '/pages/circle/index'
            },
            {
                name: '个人中心',
                name: '我的',
                iconPathSelected: '/static/img/tabbar-03-selected.png',
                iconPath: '/static/img/tabbar-03.png',
                url: '/pages/user/center'
pages/home/index.vue
@@ -764,8 +764,6 @@
                    type = 2
                    this.roleType = 2
                    this.roleTypeName = "居民"
                    this.$set(this.background, "top", "#017BFC");
                    this.$set(this.background, "banner",
                        "linear-gradient(180deg, #017BFC 0%, rgba(1, 123, 252, 0) 99%)");
@@ -784,6 +782,8 @@
                    // this.$set(this.background, "banner",
                    //     "background: linear-gradient( 180deg, #0A3A9A 0%, rgba(10,58,154,0) 100%);")
                } else {
                    this.tabList = getTabbarList(1);
                }
                const res = await getFuncList(type, roleName)
                this.columnData = res.data;