Commit 192c5355 by yuzhenWang

修改提现页面

parent 13a8f693
<template>
<view class="content">
<!-- #ifdef APP -->
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="left: 20rpx;"></text>
<!-- #endif -->
<view class="header">
<view class="headportrait" @click="uploadAvatar()">
<image :src="optionForm.headPicture ? optionForm.headPicture :companyLogo" mode="widthFix"></image>
......
<template>
<view class="container">
<!-- #ifdef APP -->
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: 20rpx;"></text>
<!-- #endif -->
<view class="top">
<view>
可兑换
......@@ -23,7 +26,7 @@
<text>{{noTaxAmount}}</text>
</view>
</view>
<view class="content_wrapper">
<view class="content_wrapper tixian">
<h4>提现到</h4>
<view class="paymentItem" @click="selectPaymentMethod(2)">
<view>
......@@ -323,10 +326,16 @@
</script>
<style lang="scss" scoped>
.container{
box-sizing: border-box;
padding: 20rpx;
}
.top{
width: 100%;
text-align: center;
padding: 20rpx 0;
background-color: #fff;
border-radius: 10rpx;
view:nth-child(1){
font-size: 36rpx;
color: #666;
......@@ -338,6 +347,7 @@
}
}
.content_wrapper{
border-radius: 10rpx;
background: #fff;
margin: 20rpx auto;
padding:0 30rpx;
......@@ -420,4 +430,7 @@
}
}
}
.tixian{
padding: 20rpx;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment