From 03cf4476e6dbf15e8c38f2e09305a55c13e96079 Mon Sep 17 00:00:00 2001
From: Penny <2500338766@qq.com>
Date: Tue, 21 Feb 2023 21:25:23 +0800
Subject: [PATCH] =?UTF-8?q?feature:1.0:=E4=BF=AE=E5=A4=8D=E6=8F=90?=
=?UTF-8?q?=E7=8E=B0=E5=88=87=E6=8D=A2=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages-userInfo/withdraw/withdraw.vue | 11 +++++------
pages/userInfo/userInfo.vue | 4 ++--
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/pages-userInfo/withdraw/withdraw.vue b/pages-userInfo/withdraw/withdraw.vue
index 7898299..e5cdffa 100644
--- a/pages-userInfo/withdraw/withdraw.vue
+++ b/pages-userInfo/withdraw/withdraw.vue
@@ -32,7 +32,8 @@
{{payType[1].title}} {{item.accountNo}}
{{payType[2].title}} {{item.accountNo}}
-
+
+
@@ -122,12 +123,10 @@
},
radioChange: function(evt) {
- console.log(JSON.stringify(evt.detail.value));
+ const param = JSON.parse(evt.detail.value);
let that = this;
- that.type = evt.detail.value.type;
- that.accountNo = evt.detail.value.accountNo;
- console.log(that.type);
- console.log(that.accountNo);
+ that.type = param.type;
+ that.accountNo = param.accountNo;
},
//检查是否超出余额
diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue
index bbc7700..0a65b18 100644
--- a/pages/userInfo/userInfo.vue
+++ b/pages/userInfo/userInfo.vue
@@ -11,9 +11,9 @@
-
+
- 啦啦啦
+ 粉丝数 点赞数 收藏数