fix: 统一功能优化完善。

This commit is contained in:
tianyongbao
2025-11-28 12:05:51 +08:00
parent 3f607f74e2
commit 9a60c4718f
65 changed files with 1826 additions and 278 deletions

View File

@@ -24,7 +24,7 @@
<view class="item-header">
<view class="header-row">
<view class="card-icon">
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
<uni-icons type="calendar-filled" size="20" color="#ffffff"></uni-icons>
</view>
<text class="time-text">{{ item.repaymentDate }}</text>
<text class="type-text">{{ item.periods }}</text>

View File

@@ -33,7 +33,7 @@
<view class="item-header">
<view class="first-row">
<view class="card-icon">
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
<uni-icons type="calendar-filled" size="20" color="#ffffff"></uni-icons>
</view>
<text class="card-name">{{ item.bankNameCode }}</text>
<text class="card-date">{{ item.installmentDate }}</text>