优化
This commit is contained in:
@@ -220,6 +220,9 @@ const simulShoot2 = async () => {
|
||||
<button @click="simulShoot">模拟</button>
|
||||
<button @click="simulShoot2">射箭</button>
|
||||
</view>
|
||||
<text :style="{ color: '#fff', wordBreak: 'break-all' }">{{
|
||||
scores.length ? scores[scores.length - 1] : ""
|
||||
}}</text>
|
||||
<StartCountdown :start="startCount" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user