小修改

This commit is contained in:
kron
2025-12-26 16:16:05 +08:00
parent e3752e6fe2
commit 08c4ef0625
5 changed files with 7 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ const getRing = (arrow) => {
:width="validArrows === total ? '70vw' : 'calc(100vw - 20px)'"
:rounded="30"
:onClick="closePanel"
>{{ validArrows === total ? "完成" : "重新挑战" }}</SButton
>{{ validArrows === total ? "完成" : "返回" }}</SButton
>
</view>
</view>

View File

@@ -60,7 +60,7 @@ onShow(async () => {
class="scroll-list"
scroll-y
:show-scrollbar="false"
enhanced="true"
:enhanced="true"
:bounces="false"
refresher-default-style="white"
:refresher-enabled="true"