diff --git a/src/apis.js b/src/apis.js
index 32e87a1..5e785ea 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -119,10 +119,3 @@ export const readyGameAPI = (battleId) => {
battleId,
});
};
-
-export const finishGameAPI = (battleId, arrow) => {
- return request("POST", "/user/game/shoot", {
- battleId,
- arrow,
- });
-};
diff --git a/src/components/Container.vue b/src/components/Container.vue
index 7a76c57..11f0253 100644
--- a/src/components/Container.vue
+++ b/src/components/Container.vue
@@ -28,5 +28,9 @@ defineProps({
width: 100%;
height: calc(100vh - 96px);
overflow: auto;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-between;
}
diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue
index 1631d1b..39105af 100644
--- a/src/pages/first-try.vue
+++ b/src/pages/first-try.vue
@@ -46,6 +46,7 @@ onMounted(() => {
if (scores.value.length === total) {
showScore.value = true;
}
+ // if (step.value === 2 && msg.target.dst / 100 > 5) {
if (step.value === 2 && msg.target.dst > 5) {
btnDisabled.value = false;
}
@@ -68,7 +69,6 @@ const nextStep = async () => {
if (step.value === 0) {
step.value = 1;
} else if (step.value === 1) {
- await createPractise(1);
btnDisabled.value = true;
step.value = 2;
} else if (step.value === 2) {
@@ -95,109 +95,116 @@ const onClose = () => {
-
-
- hi,{{ user.nickName }}
- ,这是新人必刷小任务,0基础小白也能快速掌握弓箭技巧和游戏规则哦~:)
-
- 这是我们人帅技高的高教练。首先,请按教练示范,尝试自己去做这些动作和手势吧。
-
-
- 你知道5米射程有多远吗?
-
- 在我们的排位赛中,射程小于5米的成绩无效、哦!建议平时练习距离至少5米。现在,来边射箭边调整你的站位点吧!
-
-
-
-
-
- 一切准备就绪
- 试着完成一个真正的弓箭手任务吧!
-
-
-
-
+
+
+ hi,{{ user.nickName }}
+ ,这是新人必刷小任务,0基础小白也能快速掌握弓箭技巧和游戏规则哦~:)
+
+ 这是我们人帅技高的高教练。首先,请按教练示范,尝试自己去做这些动作和手势吧。
- 新手试炼场通关啦,优秀!
- 反曲弓运动基本知识和射灵世界系统规则你已Get,是不是挺容易呀:)
-
- 新手试炼场通关啦,优秀!
+
+
+ 你知道5米射程有多远吗?
+
+ 在我们的排位赛中,射程小于5米的成绩无效、哦!建议平时练习距离至少5米。现在,来边射箭边调整你的站位点吧!
+
+
+
+
+ 一切准备就绪
+ 试着完成一个真正的弓箭手任务吧!
+
+
+
+
+ 新手试炼场通关啦,优秀!
+ 反曲弓运动基本知识和射灵世界系统规则你已Get,是不是挺容易呀:)
+
+ 新手试炼场通关啦,优秀!
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
- {{
- stepButtonTexts[step]
- }}
+
+ {{
+ stepButtonTexts[step]
+ }}
+