小修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const audioFils = {
|
export const audioFils = {
|
||||||
激光已校准:
|
// 激光已校准:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-10-29/ddupaur1vdkyhzaqdc.mp3",
|
// "https://static.shelingxingqiu.com/attachment/2025-10-29/ddupaur1vdkyhzaqdc.mp3",
|
||||||
胜利: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yjp0kt5msvmvd.mp3",
|
胜利: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yjp0kt5msvmvd.mp3",
|
||||||
失败: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yht2sdwhuqygy.mp3",
|
失败: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yht2sdwhuqygy.mp3",
|
||||||
请射箭测试距离:
|
请射箭测试距离:
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ const getRing = (arrow) => {
|
|||||||
:width="validArrows === total ? '70vw' : 'calc(100vw - 20px)'"
|
:width="validArrows === total ? '70vw' : 'calc(100vw - 20px)'"
|
||||||
:rounded="30"
|
:rounded="30"
|
||||||
:onClick="closePanel"
|
:onClick="closePanel"
|
||||||
>{{ validArrows === total ? "完成" : "重新挑战" }}</SButton
|
>{{ validArrows === total ? "完成" : "返回" }}</SButton
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ onShow(async () => {
|
|||||||
class="scroll-list"
|
class="scroll-list"
|
||||||
scroll-y
|
scroll-y
|
||||||
:show-scrollbar="false"
|
:show-scrollbar="false"
|
||||||
enhanced="true"
|
:enhanced="true"
|
||||||
:bounces="false"
|
:bounces="false"
|
||||||
refresher-default-style="white"
|
refresher-default-style="white"
|
||||||
:refresher-enabled="true"
|
:refresher-enabled="true"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ const guides = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const done = ref(false);
|
const done = ref(true);
|
||||||
|
|
||||||
const onComplete = async () => {
|
const onComplete = async () => {
|
||||||
await laserCloseAPI();
|
await laserCloseAPI();
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Container title="用户信息">
|
<Container title="用户信息">
|
||||||
<view :style="{ width: '100%' }">
|
<scroll-view :style="{ width: '100%' }">
|
||||||
<UserHeader />
|
<UserHeader />
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<UserItem title="用户名">{{ user.nickName }}</UserItem>
|
<UserItem title="用户名">{{ user.nickName }}</UserItem>
|
||||||
@@ -142,7 +142,7 @@ onMounted(() => {
|
|||||||
v-if="showLogout"
|
v-if="showLogout"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</scroll-view>
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user