diff --git a/src/components/BubbleTip.vue b/src/components/BubbleTip.vue
index e357bd4..4fdfdb6 100644
--- a/src/components/BubbleTip.vue
+++ b/src/components/BubbleTip.vue
@@ -30,10 +30,10 @@ const props = defineProps({
}
.normal {
background-image: url("../static/bubble-tip.png");
- width: 190rpx;
+ width: 157rpx;
height: 105rpx;
- padding-top: 5px;
- padding-left: 49rpx;
+ padding-top: 10px;
+ padding-left: 30rpx;
}
.normal2 {
background-image: url("../static/bubble-tip4.png");
diff --git a/src/components/Container.vue b/src/components/Container.vue
index fe4f3c2..f34e862 100644
--- a/src/components/Container.vue
+++ b/src/components/Container.vue
@@ -41,6 +41,10 @@ const props = defineProps({
type: Boolean,
default: true,
},
+ showBottom: {
+ type: Boolean,
+ default: true,
+ },
});
const isIOS = uni.getDeviceInfo().osName === "ios";
const showHint = ref(false);
@@ -158,7 +162,7 @@ const goCalibration = async () => {
:show-scrollbar="false"
:style="{
height: `calc(100vh - ${capsuleHeight + (isHome ? 0 : 50)}px - ${
- $slots.bottom ? (isIOS ? '85px' : '65px') : '0px'
+ $slots.bottom && showBottom ? (isIOS ? '85px' : '65px') : '0px'
})`,
}"
>
@@ -166,7 +170,7 @@ const goCalibration = async () => {
diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue
index 315e2de..9bad64a 100644
--- a/src/pages/first-try.vue
+++ b/src/pages/first-try.vue
@@ -153,7 +153,7 @@ const onClose = () => {
-
+
{
-
+
{{
step === 1 ? "学会了,我摆得比教练还帅" : "我找到合适的点位了"
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 79b6205..79c81bb 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -159,7 +159,7 @@ onShareTimeline(() => {
mode="widthFix"
@click="() => toPage('/pages/first-try')"
/>
-
+
新人必刷!
快来报到吧~
diff --git a/src/pages/point-book-rank.vue b/src/pages/point-book-rank.vue
index 392db85..204b4b7 100644
--- a/src/pages/point-book-rank.vue
+++ b/src/pages/point-book-rank.vue
@@ -59,11 +59,7 @@ const shareImage = async () => {
@@ -78,7 +74,11 @@ const shareImage = async () => {
本周箭数
消耗
-
+
{
-
+
@@ -156,7 +156,7 @@ onBeforeUnmount(() => {
- 准备好了,直接开始
+ 准备好了,直接开始
diff --git a/src/pages/practise-two.vue b/src/pages/practise-two.vue
index 2c7ab8e..893b863 100644
--- a/src/pages/practise-two.vue
+++ b/src/pages/practise-two.vue
@@ -102,7 +102,7 @@ onBeforeUnmount(() => {
-
+
@@ -151,7 +151,7 @@ onBeforeUnmount(() => {
- 准备好了,直接开始
+ 准备好了,直接开始