update:更新靶纸,新增约战次数
This commit is contained in:
@@ -41,6 +41,10 @@ const props = defineProps({
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
titleStyle: {
|
||||
type: [String, Object, Array],
|
||||
default: () => ({}),
|
||||
},
|
||||
showBottom: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
@@ -155,6 +159,7 @@ const goCalibration = async () => {
|
||||
:title="title"
|
||||
:onBack="onBack"
|
||||
:whiteBackArrow="whiteBackArrow"
|
||||
:titleStyle="titleStyle"
|
||||
/>
|
||||
<BackToGame v-if="showBackToGame" />
|
||||
<scroll-view
|
||||
|
||||
Reference in New Issue
Block a user