mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
abd84eb6ff
commit
2c136dc47a
@ -18,7 +18,7 @@
|
||||
</view>
|
||||
<view v-if="rooms.length == 1" class="block__title">{{rooms[0].floorNum}}栋{{rooms[0].roomNum}}室</view>
|
||||
<view v-if="rooms.length > 1" class="margin-header-top"></view>
|
||||
<view v-if="noData == false">
|
||||
<view v-if="noData == false" style="padding-bottom: 200rpx;">
|
||||
<view class="cu-list menu" v-if="moreRooms.length > 0" v-for="(fee, idx) in moreRooms" :key="idx" :data-item="fee"
|
||||
@click="payFee(fee)">
|
||||
<view class="cu-item arrow">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<scroll-view scroll-y style="padding-bottom: 100rpx;">
|
||||
<scroll-view scroll-y style="padding-bottom: 200rpx;">
|
||||
<view class="block__title">房屋信息</view>
|
||||
<view class="cu-list menu">
|
||||
<view class="cu-item">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user