diff --git a/pages/center/widthdraw.vue b/pages/center/widthdraw.vue index 5f4a747..83343fb 100644 --- a/pages/center/widthdraw.vue +++ b/pages/center/widthdraw.vue @@ -6,7 +6,7 @@ - {{info.nickname}} + {{info.nickname || ''}} @@ -120,10 +120,13 @@ account: this.account, username: this.name, extract_price:this.num, - channel:this.alipay, + channel:'alipay', token: this.userInfo.token }).then(res => { - console.log(res) + this.$msg(res.data) + this.name = '' + this.account = '' + this.num = '' }) } }, diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 5109d91..f7b7451 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -837,7 +837,7 @@ left: 0; right: 0; bottom: 0; - z-index: 10; + z-index: 100; } .shengcheng { @@ -847,7 +847,7 @@ top: 50rpx; left: 50%; margin-left: -40%; - z-index: 10; + z-index: 100; } .baocun {