邓平艺 4 years ago
parent
commit
b486598b6e
  1. 9
      pages/center/widthdraw.vue
  2. 4
      pages/goodsDetail/index.vue

9
pages/center/widthdraw.vue

@ -6,7 +6,7 @@
<img :src="info.avatar" mode="aspectFill" style="height: 120rpx;width: 120rpx;border-radius: 50%;"></img> <img :src="info.avatar" mode="aspectFill" style="height: 120rpx;width: 120rpx;border-radius: 50%;"></img>
</view> </view>
<view class="lf-m-l-20 text-black1 lf-font-32"> <view class="lf-m-l-20 text-black1 lf-font-32">
{{info.nickname}}
{{info.nickname || ''}}
</view> </view>
</view> </view>
@ -120,10 +120,13 @@
account: this.account, account: this.account,
username: this.name, username: this.name,
extract_price:this.num, extract_price:this.num,
channel:this.alipay,
channel:'alipay',
token: this.userInfo.token token: this.userInfo.token
}).then(res => { }).then(res => {
console.log(res)
this.$msg(res.data)
this.name = ''
this.account = ''
this.num = ''
}) })
} }
}, },

4
pages/goodsDetail/index.vue

@ -837,7 +837,7 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: 10;
z-index: 100;
} }
.shengcheng { .shengcheng {
@ -847,7 +847,7 @@
top: 50rpx; top: 50rpx;
left: 50%; left: 50%;
margin-left: -40%; margin-left: -40%;
z-index: 10;
z-index: 100;
} }
.baocun { .baocun {

Loading…
Cancel
Save