完成新手试炼接口调试
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user