完成新手试炼接口调试

This commit is contained in:
kron
2025-05-30 13:58:43 +08:00
parent 57b25e7805
commit 01a327e40e
9 changed files with 74 additions and 29 deletions

View File

@@ -44,7 +44,7 @@ function calcRealY(num) {
<template>
<view class="container">
<view class="header">
<!-- <text v-if="debug" class="header-tips">大人请射箭</text> -->
<text v-if="debug" class="header-tips">大人请射箭</text>
<text v-if="totalRound > 0" class="round-count">{{
currentRound + "/" + totalRound
}}</text>
@@ -77,7 +77,6 @@ function calcRealY(num) {
}
.target {
position: relative;
overflow: hidden;
}
.target > image:last-child {
width: 100%;
@@ -104,6 +103,7 @@ function calcRealY(num) {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.header > image:first-child {
width: 40px;
@@ -127,6 +127,7 @@ function calcRealY(num) {
.footer > image {
width: 40px;
height: 40px;
border-radius: 50%;
}
.container > text {
width: 100%;

View File

@@ -13,7 +13,7 @@ const toBattleRoom = () => {
};
</script>
<template>
<view v-if="!warnning" class="container">
<view class="container">
<image
v-if="step === 1"
src="../static/choose-battle-mode.png"