From 09488004231882800484ee79c857a47d68f32592 Mon Sep 17 00:00:00 2001 From: yangchunyu <2861518472@qq.com> Date: Fri, 28 Jun 2024 14:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/myCar.vue | 15 ++++++++++++--- pages/index/index.vue | 10 +++++----- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/pages/index/components/myCar.vue b/pages/index/components/myCar.vue index 4d2c857..5985da5 100644 --- a/pages/index/components/myCar.vue +++ b/pages/index/components/myCar.vue @@ -15,8 +15,8 @@ - 黑A1K5V1 - *爽 + 黑A00000 + *宇 @@ -42,7 +42,7 @@ 本人车辆信息缺失或有误,请点击此处反馈 - + 备案非本人机动车 @@ -63,6 +63,9 @@ delta: 1, }); }; + onLoad((option)=>{ + console.log(option) + }) const grade = ref(0); @@ -161,4 +164,10 @@ align-items: center; justify-content: center; } + + .positionBottom { + position: fixed; + bottom: 0; + width: 100vw; + } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 16bb082..88cdbbf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -8,9 +8,9 @@ - + - + 黑A00000 @@ -191,9 +191,9 @@ const drivingLicence = () => { url: './components/drivingLicence' }); }; -const myCar = ()=>{ +const myCar = (val)=>{ uni.navigateTo({ - url: './components/myCar' + url: `./components/myCar?judge=${val}`, }); } const closedclick = (id) => { @@ -373,6 +373,6 @@ const closedclick = (id) => { .kefu { position: absolute; right: 20rpx; - bottom: 120rpx; + bottom: 240rpx; }