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 @@
-
+
- 啦啦啦
+ 粉丝数 点赞数 收藏数