diff --git a/src/components/BubbleTip.vue b/src/components/BubbleTip.vue index a48c795..ab8d4f0 100644 --- a/src/components/BubbleTip.vue +++ b/src/components/BubbleTip.vue @@ -35,9 +35,27 @@ const props = defineProps({ padding-top: 5px; padding-left: 49rpx; } +.normal2 { + background-image: url("../static/bubble-tip4.png"); + width: 190rpx; + height: 105rpx; + padding-top: 10px; + padding-left: 20rpx; + top: 25%; + left: 15%; +} .long { background-image: url("../static/bubble-tip2.png"); width: 370rpx; height: 70rpx; + top: -50%; + left: 49%; +} +.short { + background-image: url("../static/bubble-tip3.png"); + width: 300rpx; + height: 70rpx; + top: -50%; + right: -1%; } diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue index ebeaadc..9ea2d6c 100644 --- a/src/pages/first-try.vue +++ b/src/pages/first-try.vue @@ -260,11 +260,7 @@ const onClose = () => { - + {{ step === 1 ? "学会了,我摆得比教练还帅" : "我找到合适的点位了" }} diff --git a/src/pages/practise-one.vue b/src/pages/practise-one.vue index 6d8f232..ffbbbe0 100644 --- a/src/pages/practise-one.vue +++ b/src/pages/practise-one.vue @@ -18,7 +18,7 @@ import { storeToRefs } from "pinia"; const store = useStore(); const { user } = storeToRefs(store); const { updateUser } = store; -const start = ref(true); +const start = ref(false); const scores = ref([]); const total = 12; const currentRound = ref(0); @@ -113,14 +113,11 @@ onUnmounted(() => { /> - - + 还有两场,坚持 就是胜利!💪 + { /> - - + 完成过半,胜利 在望!💪 +