优化代码

This commit is contained in:
java110 2021-10-22 08:19:17 +08:00
parent 6120c14a7b
commit 9715b2a317
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<view class="cu-item" v-if="accounts.length === 0">
<view class="content">
<text class="cuIcon-warn text-green"></text>
<text class="text-grey">暂无房屋信息</text>
<text class="text-grey">暂无账户信息</text>
</view>
<view class="action">

View File

@ -1,6 +1,6 @@
<template>
<view>
<view class="block__title">缴费历史</view>
<view class="block__title">账户明细</view>
<view v-if="accountDetails.length > 0">
<view v-for="(item,index) in accountDetails" :key="index" class="bg-white margin-bottom margin-right-xs radius margin-left-xs padding">
<view class="flex padding-bottom-xs solid-bottom justify-between">