From 6763ddbac0a8df83bfb5191ed99e3dcbdd16beee Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期五, 13 十月 2023 14:56:54 +0800
Subject: [PATCH] 备份
---
GoldC/pages/reg/reg.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/GoldC/pages/reg/reg.js b/GoldC/pages/reg/reg.js
index 588d7cd..897f272 100644
--- a/GoldC/pages/reg/reg.js
+++ b/GoldC/pages/reg/reg.js
@@ -73,9 +73,7 @@
});
} else {
this.setData({
- imgSrc: "data:image/gif;base64," + res.data.img
- })
- this.setData({
+ imgSrc: "data:image/gif;base64," + res.data.img,
uuid: res.data.uuid
})
// this.imgSrc = "data:image/gif;base64," + res.data.img
--
Gitblit v1.8.0