This commit is contained in:
花有清香月有阴
2022-01-07 18:49:50 +08:00
parent 0c463a52c0
commit 7412c28672
2 changed files with 43 additions and 17 deletions

View File

@@ -318,7 +318,7 @@ export default {
},
toUserList() {
uni.navigateTo({ url: `./userList` })
uni.navigateTo({ url: `./userList?id=${this.id}&anonymous=${this.data.anonymous}` })
},
},
}
@@ -327,7 +327,7 @@ export default {
<style scoped lang="scss">
.Detail {
padding-bottom: 40px;
background: #F6F7F9;
background: #f6f7f9;
.end-btn {
position: fixed;