交互完善

This commit is contained in:
kron
2025-07-11 01:00:54 +08:00
parent ea408ea382
commit b8e09c20e3
3 changed files with 11 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ const onBack = () => {
if (battleId.value) {
uni.$showHint(2);
} else {
uni.navigateBack();
uni.$showHint(3);
}
};
onMounted(() => {

View File

@@ -172,7 +172,7 @@ const onBack = () => {
if (battleId.value) {
uni.$showHint(2);
} else {
uni.navigateBack();
uni.$showHint(3);
}
};
onMounted(() => {