| | |
| | | |
| | | |
| | | { |
| | | name: '个人中心', |
| | | name: '我的', |
| | | iconPathSelected: '/static/img/tabbar-06-selected.png', |
| | | iconPath: '/static/img/tabbar-06.png', |
| | | |
| | |
| | | url: '/pages/circle/index' |
| | | }, |
| | | { |
| | | name: '个人中心', |
| | | name: '我的', |
| | | iconPathSelected: '/static/img/tabbar-03-selected.png', |
| | | iconPath: '/static/img/tabbar-03.png', |
| | | url: '/pages/user/center' |
| | |
| | | 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%)");
|
| | |
| | |
|
| | | // 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;
|