细节调整
This commit is contained in:
@@ -107,7 +107,7 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="header" v-if="totalRound > 0 || power">
|
||||
<view class="header" v-if="totalRound > 0">
|
||||
<text v-if="totalRound > 0" class="round-count">{{
|
||||
(currentRound > totalRound ? totalRound : currentRound) +
|
||||
"/" +
|
||||
|
||||
Reference in New Issue
Block a user