加入物业费

This commit is contained in:
wuxw 2020-01-17 23:24:57 +08:00
parent a33cec12f2
commit ff5387b161
6 changed files with 9 additions and 5 deletions

View File

@ -21,7 +21,7 @@
</van-cell-group>
</view>
</view>
<view class="block__title"></view>
<view class="block__bottom"></view>
<van-submit-bar price="{{ receivableAmount }}" button-text="提交订单" bind:submit="onPayFee" />

View File

@ -14,3 +14,7 @@
.button_up_blank{
height: 40rpx;
}
.block__bottom{
height: 180rpx;
}