votes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user