update:36箭倒计时优化

This commit is contained in:
2026-05-09 15:25:37 +08:00
parent 31361cff1e
commit 24314e5ec8

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">