4 Commits

View File

@@ -89,7 +89,7 @@ async function onComplete() {
practiseResult.value = {};
start.value = false;
scores.value = [];
const result = await createPractiseAPI(total, 360);
const result = await createPractiseAPI(total, 3600);
if (result) practiseId.value = result.id;
}
}
@@ -105,7 +105,7 @@ onMounted(async () => {
});
uni.$on("socket-inbox", onReceiveMessage);
uni.$on("share-image", onClickShare);
const result = await createPractiseAPI(total, 360, targetType.value);
const result = await createPractiseAPI(total, 3600, targetType.value);
if (result) practiseId.value = result.id;
});
@@ -132,7 +132,7 @@ onBeforeUnmount(() => {
<ShootProgress
:tips="`请连续射${total}支箭`"
:start="start"
:total="360"
:total="3600"
:onStop="onOver"
/>
<view class="user-row">