|
|
@ -109,9 +109,10 @@ |
|
|
getWidthdraw() { |
|
|
getWidthdraw() { |
|
|
let userInfo = uni.getStorageSync('userinfo') || {}; |
|
|
let userInfo = uni.getStorageSync('userinfo') || {}; |
|
|
this.$http(this.API.API_WIDTHDRAWIMG, { |
|
|
this.$http(this.API.API_WIDTHDRAWIMG, { |
|
|
token: userInfo.token |
|
|
|
|
|
|
|
|
token: userInfo.token, |
|
|
|
|
|
type: 'extract_img' |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
this.widthdrawImg = res.data.img.url |
|
|
|
|
|
|
|
|
this.widthdrawImg = res.data.img_url |
|
|
console.log(this.widthdrawImg) |
|
|
console.log(this.widthdrawImg) |
|
|
if(this.widthdrawImg) { |
|
|
if(this.widthdrawImg) { |
|
|
this.maskHidden = true |
|
|
this.maskHidden = true |
|
|
@ -213,7 +214,7 @@ |
|
|
width: 80%; |
|
|
width: 80%; |
|
|
height: 80%; |
|
|
height: 80%; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 280rpx; |
|
|
|
|
|
|
|
|
top: 240rpx; |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
margin-left: -40%; |
|
|
margin-left: -40%; |
|
|
z-index: 10; |
|
|
z-index: 10; |
|
|
|