diff --git a/src/components/BattleFooter.vue b/src/components/BattleFooter.vue index d31c577..51d6de3 100644 --- a/src/components/BattleFooter.vue +++ b/src/components/BattleFooter.vue @@ -148,6 +148,11 @@ defineProps({ .container > view:nth-child(2) > text { z-index: 1; margin-top: 2px; + color: #8A323E; + font-weight: 500; +} +.container > view:nth-child(2) > text:nth-child(2) { + color: #004ac1; } .players { display: flex; diff --git a/src/components/UserHeader.vue b/src/components/UserHeader.vue index 31c43f1..f9ae815 100644 --- a/src/components/UserHeader.vue +++ b/src/components/UserHeader.vue @@ -158,7 +158,8 @@ watch( .user-name-image { margin-left: 5px; - width: 20px; + width: 40rpx; + height: 40rpx; } .user-stats { diff --git a/src/pages/index.vue b/src/pages/index.vue index 2058279..6009c07 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -40,9 +40,9 @@ const toPage = (path) => { icon: "none", }); } - if (!calibration.value) { - return uni.$showHint(4); - } + // if (!calibration.value) { + // return uni.$showHint(4); + // } if ("/pages/first-try".indexOf(path) === -1 && !user.value.trio) { return uni.showToast({ title: "请先完成新手试炼", diff --git a/src/pages/ranking.vue b/src/pages/ranking.vue index 2456390..8c71297 100644 --- a/src/pages/ranking.vue +++ b/src/pages/ranking.vue @@ -48,9 +48,9 @@ const toMatchPage = async (gameType, teamSize) => { icon: "none", }); } - if (!calibration.value) { - return uni.$showHint(4); - } + // if (!calibration.value) { + // return uni.$showHint(4); + // } if (!user.value.trio) { return uni.showToast({ title: "请先完成新手试炼",