细节优化
This commit is contained in:
@@ -148,6 +148,11 @@ defineProps({
|
|||||||
.container > view:nth-child(2) > text {
|
.container > view:nth-child(2) > text {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
color: #8A323E;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.container > view:nth-child(2) > text:nth-child(2) {
|
||||||
|
color: #004ac1;
|
||||||
}
|
}
|
||||||
.players {
|
.players {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -158,7 +158,8 @@ watch(
|
|||||||
|
|
||||||
.user-name-image {
|
.user-name-image {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
width: 20px;
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-stats {
|
.user-stats {
|
||||||
|
|||||||
@@ -40,9 +40,9 @@ const toPage = (path) => {
|
|||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!calibration.value) {
|
// if (!calibration.value) {
|
||||||
return uni.$showHint(4);
|
// return uni.$showHint(4);
|
||||||
}
|
// }
|
||||||
if ("/pages/first-try".indexOf(path) === -1 && !user.value.trio) {
|
if ("/pages/first-try".indexOf(path) === -1 && !user.value.trio) {
|
||||||
return uni.showToast({
|
return uni.showToast({
|
||||||
title: "请先完成新手试炼",
|
title: "请先完成新手试炼",
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ const toMatchPage = async (gameType, teamSize) => {
|
|||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!calibration.value) {
|
// if (!calibration.value) {
|
||||||
return uni.$showHint(4);
|
// return uni.$showHint(4);
|
||||||
}
|
// }
|
||||||
if (!user.value.trio) {
|
if (!user.value.trio) {
|
||||||
return uni.showToast({
|
return uni.showToast({
|
||||||
title: "请先完成新手试炼",
|
title: "请先完成新手试炼",
|
||||||
|
|||||||
Reference in New Issue
Block a user