|
|
@ -7,18 +7,22 @@ |
|
|
|
</view> |
|
|
|
<view class="balanceInfo"> |
|
|
|
<view class="infoBox"> |
|
|
|
<view class="fs28 font-color-ABAFE0 mar-top-20">{{$t('common.balance')}}</view> |
|
|
|
<view v-if="accountInfo.price != null " class="cur-balance">{{accountInfo.price}}</view> |
|
|
|
<view v-else class="cur-balance">0.00</view> |
|
|
|
<view class="mar-top-20">{{$t('common.balance')}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="balance-operation"> |
|
|
|
<!-- <view class="balance-operation"> |
|
|
|
<view class="item-btn" @click="memberAccountWithdraw"> |
|
|
|
<image class="item-btn-icon" src="https://ceres.zkthink.com/static/images/withdraw.png" mode="widthFix"></image> |
|
|
|
<view class="item-btn-text">{{$t('common.withdraw')}}</view> |
|
|
|
<image class="item-btn-right" src="https://ceres.zkthink.com/static/images/greyArrow.png" mode="widthFix"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view>--> |
|
|
|
<view style="display: flex;justify-content: center;margin-top: 60rpx"> |
|
|
|
<view class="with-draw-btn" @click="memberAccountWithdraw">{{$t('common.withdraw')}}</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</template> |
|
|
@ -112,8 +116,8 @@ page { |
|
|
|
.infoBox { |
|
|
|
text-align: center; |
|
|
|
.cur-balance{ |
|
|
|
font-size:60rpx; |
|
|
|
color: #71521B; |
|
|
|
font-size:70rpx; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -157,4 +161,18 @@ page { |
|
|
|
.mt1{ |
|
|
|
margin-top: 1upx; |
|
|
|
} |
|
|
|
|
|
|
|
.with-draw-btn{ |
|
|
|
background-color: #252744; |
|
|
|
border-radius: 50rpx; |
|
|
|
width: 690rpx; |
|
|
|
height: 98rpx; |
|
|
|
margin-bottom: 68rpx; |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
line-height: 98rpx; |
|
|
|
color: #ffffff; |
|
|
|
text-align: center; |
|
|
|
font-size: 32rpx; |
|
|
|
} |
|
|
|
</style> |