[更新健康]

This commit is contained in:
zhangmanman
2022-01-14 10:21:55 +08:00
parent ffbfba9198
commit 35742eea85

View File

@@ -146,6 +146,9 @@
}
},
mounted() {
uni.setNavigationBarTitle({
title: this.$Route.query.title
})
this.foodRank()
},
methods: {
@@ -201,6 +204,7 @@
top: 0;
width: 100%;
padding: $padding 0 0 100rpx + $padding * 2;
box-sizing: border-box;
.name {
font-weight: bold;
margin-bottom: $margin - 10;