fix: 功能优化自测问题修复。
This commit is contained in:
@@ -36,20 +36,20 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.name+'-'+item.code+'可用'+item.balance" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">账户类型:</text>
|
||||
<text class="row-value">{{ dictStr(item.type, accountType) }}</text>
|
||||
:text="dictStr(item.type, accountType)+'-'+item.name+':可用'+item.availableLimit" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账号:</text>
|
||||
<text class="row-value">{{ item.code }}</text>
|
||||
<text class="row-label">账户类型:</text>
|
||||
<text class="row-value">{{ dictStr(item.type, accountType) }}</text>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">账号:</text>
|
||||
<text class="row-value">{{ item.code }}</text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">可用额度:</text>
|
||||
<text class="row-value">{{ item.availableLimit }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'('+item.code+')' " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">类型:</text>
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode+ item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
<text class="row-value">{{ item.name }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">账单状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.billState, billStateList) }}</text>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode+'金额'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.bankNameCode+':分期'+item.installmentAmount+',共'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">分期金额:</text>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.queryDate+'-'+item.queryInstitution" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.queryDate+':'+item.queryInstitution" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">查询日期:</text>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.futureStocksNameCode+item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.futureStocksNameCode+item.name" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode+'借款'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.bankNameCode+':借款'+item.installmentAmount+',分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款金额:</text>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.installmentDate+'借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.installmentDate+':借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款金额:</text>
|
||||
@@ -42,7 +42,7 @@
|
||||
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">借款时长</text>
|
||||
<text class="row-label">借款时长:</text>
|
||||
<text class="row-value">{{ item.loanDays }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.futureStocksNameCode+item.name " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.futureStocksNameCode+item.name " size="28rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
|
||||
Reference in New Issue
Block a user