mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-26 16:19:45 +08:00
优化代码
This commit is contained in:
parent
6120c14a7b
commit
9715b2a317
@ -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">
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user