From ce3533dad7bebb53ffc730b55e08092b19ae090c Mon Sep 17 00:00:00 2001
From: dengchaochao <m18576213742@163.com>
Date: Sat, 27 Jul 2024 21:58:06 +0800
Subject: [PATCH] 7.27更改东西
---
src/views/my/components/manualReset.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/my/components/manualReset.vue b/src/views/my/components/manualReset.vue
index 2bf3964..9668391 100644
--- a/src/views/my/components/manualReset.vue
+++ b/src/views/my/components/manualReset.vue
@@ -231,7 +231,7 @@
// const { path, httpUrl } = res.data;
// this.twoImg = httpUrl;
const path = res.data;
- this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`;
+ this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`;
this.idBackImg = path;
},
//手持身份证
@@ -239,7 +239,7 @@
// const { path, httpUrl } = res.data;
// this.threeImg = httpUrl;
const path = res.data;
- this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`;
+ this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`;
this.handheldPhoto = path;
},
onErrorUpload() {
--
Gitblit v1.9.3