练习结果完善
This commit is contained in:
@@ -46,7 +46,9 @@ function calcRealY(num) {
|
||||
<view class="header">
|
||||
<text v-if="debug" class="header-tips">大人,请射箭</text>
|
||||
<text v-if="totalRound > 0" class="round-count">{{
|
||||
currentRound + "/" + totalRound
|
||||
(currentRound > totalRound ? totalRound : currentRound) +
|
||||
"/" +
|
||||
totalRound
|
||||
}}</text>
|
||||
<BowPower v-if="power > 0" :power="power" />
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user