This commit is contained in:
liuye
2023-12-20 15:32:14 +08:00
parent 44afde131d
commit 47d149fc1d
4 changed files with 15 additions and 12 deletions

View File

@@ -291,7 +291,7 @@ export default {
.page {
width: 100%;
min-height: 100%;
background-color: #fff;
background-color: #F4F5FA;
position: relative;
.header-content {

View File

@@ -39,7 +39,7 @@
<div class="block">
<img class="icon" :src="item.icon" alt="">
</div>
<span class="desc" v-if="!item.share">{{ item.label }}</span>
<span class="desc solid" v-if="!item.share">{{ item.label }}</span>
<button open-type="share" v-else>
<span>{{ item.label }}</span>
</button>
@@ -366,7 +366,7 @@ export default {
&:last-child {
.desc {
border-bottom: none !important;
// border-bottom: none !important;
}
}
@@ -392,7 +392,7 @@ export default {
color: #666666;
display: flex;
align-items: center;
border-bottom: 1px solid #EEEEEE;
box-sizing: border-box;
& > span {
width: 100%;
@@ -406,6 +406,11 @@ export default {
border: none;
}
}
.solid {
border-bottom: 1px solid #EEE;
}
.no-border {
border-bottom: none;

View File

@@ -149,7 +149,7 @@ export default {
onShow() {
this.$nextTick(() => {
this.token && this.getUserInfo()
this.token && this.getUserInfo('qujing')
})
if (this.user.homeArea) {
@@ -201,7 +201,7 @@ export default {
homeName: this.areaName
}).then(res => {
if (res.code === 0) {
this.getUserInfo()
this.getUserInfo('qujing')
}
})
},

View File

@@ -165,9 +165,8 @@ export default {
return false
}
if (!this.user.residentId) {
this.$linkTo('/mods/AppAuth/AppAuth')
if (!this.user.areaId) {
this.$linkTo('/pages/AppMine/userInfo')
return false
}
@@ -193,9 +192,8 @@ export default {
return false
}
if (!this.user.residentId) {
this.$linkTo('/mods/AppAuth/AppAuth')
if (!this.user.areaId) {
this.$linkTo('/pages/AppMine/userInfo')
return false
}