mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
加入物业费
This commit is contained in:
parent
a33cec12f2
commit
ff5387b161
@ -1,6 +1,6 @@
|
||||
<!--pages/activites/activites.wxml-->
|
||||
<view class="act">
|
||||
<block wx:for="{{activities}}" wx:key="index">
|
||||
<block wx:for="{{activities}}" wx:key="index" >
|
||||
<navigator url="/pages/activitesDetail/activitesDetail?activitiesId={{item.activitiesId}}&title={{item.title}}&communityId={{item.communityId}}">
|
||||
<view class="act_item">
|
||||
<view class="act_img">
|
||||
|
||||
@ -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" />
|
||||
|
||||
|
||||
@ -14,3 +14,7 @@
|
||||
.button_up_blank{
|
||||
height: 40rpx;
|
||||
}
|
||||
|
||||
.block__bottom{
|
||||
height: 180rpx;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user