From 1613da5e0d5b13b20fc384da3595766efe8ffb24 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 03 Aug 2024 15:05:48 +0800
Subject: [PATCH] Merge branch '6-8jys-yz3.5jy' of http://124.156.157.155:8060/r/usdt_one_pc into 6-8jys-yz3.5jy

---
 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