mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
加入物业费
This commit is contained in:
parent
a33cec12f2
commit
ff5387b161
@ -5,7 +5,7 @@ const util = context.util;
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
activities:[]
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "小区文化"
|
||||
"navigationBarTitleText": "小区文化"
|
||||
}
|
||||
@ -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">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
background-color: #fff;
|
||||
} */
|
||||
|
||||
.act .act_item{
|
||||
.act .act_item{
|
||||
background-color: #fff;
|
||||
margin: 30rpx 0rpx;
|
||||
padding: 30rpx 20rpx 15rpx 20rpx;
|
||||
|
||||
@ -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" />
|
||||
|
||||
|
||||
@ -13,4 +13,8 @@
|
||||
|
||||
.button_up_blank{
|
||||
height: 40rpx;
|
||||
}
|
||||
|
||||
.block__bottom{
|
||||
height: 180rpx;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user