From ed227cb9fb7cfd552ebec3ff78d9d1aff3e1f0b3 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Fri, 16 Jul 2021 16:54:03 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/center/widthdraw.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/center/widthdraw.vue b/pages/center/widthdraw.vue
index 5f4a747..a9538a7 100644
--- a/pages/center/widthdraw.vue
+++ b/pages/center/widthdraw.vue
@@ -6,7 +6,7 @@
- {{info.nickname}}
+ {{info.nickname || ''}}
@@ -120,7 +120,7 @@
account: this.account,
username: this.name,
extract_price:this.num,
- channel:this.alipay,
+ channel:'alipay',
token: this.userInfo.token
}).then(res => {
console.log(res)
From ea4ee8bdbfa54d19870a0f10f72114129048d5d2 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Fri, 16 Jul 2021 17:00:01 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/center/widthdraw.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pages/center/widthdraw.vue b/pages/center/widthdraw.vue
index a9538a7..83343fb 100644
--- a/pages/center/widthdraw.vue
+++ b/pages/center/widthdraw.vue
@@ -123,7 +123,10 @@
channel:'alipay',
token: this.userInfo.token
}).then(res => {
- console.log(res)
+ this.$msg(res.data)
+ this.name = ''
+ this.account = ''
+ this.num = ''
})
}
},
From 370d35b3e9a09b556326c25e10a8f32714c12ab1 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Fri, 16 Jul 2021 17:28:01 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=B5=B7=E6=8A=A5=E5=B1=82=E7=BA=A7?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/goodsDetail/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue
index 7e04a17..92c2cda 100644
--- a/pages/goodsDetail/index.vue
+++ b/pages/goodsDetail/index.vue
@@ -806,7 +806,7 @@
left: 0;
right: 0;
bottom: 0;
- z-index: 10;
+ z-index: 100;
}
.shengcheng {
@@ -816,7 +816,7 @@
top: 50rpx;
left: 50%;
margin-left: -40%;
- z-index: 10;
+ z-index: 100;
}
.baocun {