From f0abc1e87ac3eb1287d689eaaca9622290fe2a98 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 12 Feb 2025 18:25:37 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3212=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E9=A6=96=E9=A1=B5=E5=8D=83?= =?UTF-8?q?=E5=8E=BF=E5=8A=9F=E8=83=BD=E6=8C=87=E5=BC=95=E2=80=9C=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=8E=A2=E5=AF=BB=E2=80=9D=E7=9B=B4=E6=8E=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E8=B7=B3=E8=BF=87=E2=80=9D=E5=92=8C?= =?UTF-8?q?=E2=80=9C=E4=B8=8B=E4=B8=80=E6=AD=A5=E2=80=9D=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index a0b9ca4..29bbacf 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -962,7 +962,7 @@ export default { isBtn: false }, { - url: this.webUrl + '/引导页素材/首页引导/Group7/Group 7-2.png', + url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-2.png', style:{ position: 'absolute', zIndex: 99, @@ -973,6 +973,20 @@ export default { margin: 'auto', height: '46rpx', }, + isBtn: 'jump' + }, + { + url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-3.png', + style:{ + position: 'absolute', + zIndex: 99, + width: '129rpx', + top: 315*2+'rpx', + left: 139 * 2+'rpx', + right: 0, + margin: 'auto', + height: '46rpx', + }, isBtn: 'next' }, ]