This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
color: #fff;
|
||||
padding: 45px 100px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
|
||||
|
||||
@@ -130,15 +130,15 @@ Taro.useReachBottom(() => {
|
||||
<view>
|
||||
<view class="card">
|
||||
<view class="container">
|
||||
<view class="">
|
||||
<view>
|
||||
<view class="font-bold text-[35px]">{{ row }}</view>
|
||||
<view class="text-[25px] mt-2">可提现余额</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<!-- <view class="line"></view>
|
||||
<view class="">
|
||||
<view class="font-bold text-[35px]">{{ str }}</view>
|
||||
<view class="text-[25px] mt-2">实际到账</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="footer">
|
||||
<text>到账方式</text>
|
||||
@@ -182,10 +182,10 @@ Taro.useReachBottom(() => {
|
||||
<view class="flex justify-between items-center">
|
||||
<view class="text-[25px] text-[#9C9C9C]">到账金额</view>
|
||||
<view class="text-[27px]" :class="item.status === 1
|
||||
? 'success'
|
||||
: item.status === 1
|
||||
? 'danger'
|
||||
: 'warning'
|
||||
? 'success'
|
||||
: item.status === 1
|
||||
? 'danger'
|
||||
: 'warning'
|
||||
">{{
|
||||
item.status === 1
|
||||
? '已打款'
|
||||
|
||||
@@ -42,7 +42,8 @@
|
||||
<nut-cell-group class="w-full">
|
||||
<nut-cell class="text-[#333333]" title="支付方式"></nut-cell>
|
||||
<nut-cell v-for="(item, index) in payList" :key="index" class="flex items-center" :title="item.name"
|
||||
:desc="item.number > 0 ? `可用积分:${item.number}` : ''" @click="cellClick(item.ID)">
|
||||
:desc="item.number > 0 ? `可用积分:${item.number}` : item.name.includes('微信') ? '微信全额支付' : ''"
|
||||
@click="cellClick(item.ID)">
|
||||
<template #icon>
|
||||
<IconFont size="30" :name="item.icon" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user