From ad548db4375091fdf1f3ac987b8fb4d3511148b7 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 11 Sep 2025 11:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E5=8A=A0to?= =?UTF-8?q?ken=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/personAudit.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 1473ee70..3f4c1cc7 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -154,6 +154,10 @@ this.form.sex = idInfo?.sex this.form.identityCardNumber = idInfo?.idNumber }, + getParam(paramName) {//获取路径参数 + const urlParams = new URLSearchParams(window.location.search); + return urlParams.get(paramName); + }, async goRealName() { if (!this.form.identityCardContrary) { this.$toast('身份证反面照片未上传') @@ -175,7 +179,7 @@ }) let info = res?.data console.log('info', info) - window.location.href=info?.shortLink + window.location.href=info?.shortLink+'?token='+this.getParam('token') // window.open(info?.shortLink) /* let env = version=='release' ? 'prod' : 'sml' wx.navigateToMiniProgram({