更换新手引导图片

This commit is contained in:
kron
2026-02-09 09:16:26 +08:00
parent d9a2e53faf
commit 2044821e4d
2 changed files with 9 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ const handleChange = (e) => {
.dots { .dots {
position: absolute; position: absolute;
bottom: 15%; bottom: 5%;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
display: flex; display: flex;
@@ -90,6 +90,6 @@ const handleChange = (e) => {
} }
.dot.active { .dot.active {
background-color: #000; background-color: #fed847;
} }
</style> </style>

View File

@@ -45,14 +45,13 @@ const practiseId = ref("");
const showGuide = ref(false); const showGuide = ref(false);
const guideImages = [ const guideImages = [
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68bs7z5elwvw7.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wwdpgwt9e6du.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68qmi7grgreen.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wvv9sw4zioqk.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68hgrw1ip4wae.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0ww3khaycallu.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x684x8zmfrmbla.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wtkcvaxxv0s8.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x67sding7fodnk.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wry5tw7ltmxr.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68mpug7cac4yt.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wu3kcdrwzwpd.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68my783mlmgxv.png", "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wwr6hfjhyfn5.png",
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68p48ylzirtb0.png",
]; ];
const onSwiperIndexChange = (index) => { const onSwiperIndexChange = (index) => {