mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
加入物业费
This commit is contained in:
parent
ff5387b161
commit
3bb375e4dd
@ -4,7 +4,7 @@ const util = context.util;
|
|||||||
Page({
|
Page({
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 页面的初始数据
|
* 页面的初始数据
|
||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
activitiesId:'',
|
activitiesId:'',
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"navigationBarTitleText": "小区文化内容"
|
"navigationBarTitleText": "小区文化内容"
|
||||||
}
|
}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
<!--pages/detail/detail.wxml-->
|
<!--pages/detail/detail.wxml -->
|
||||||
<view class="detailContainer">
|
<view class="detailContainer">
|
||||||
<image class="headImg" src="{{src}}"></image>
|
<image class="headImg" src="{{src}}"></image>
|
||||||
<view class="ad_titile">
|
<view class="ad_titile">
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.detailContainer{
|
.detailContainer{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.detailContainer .headImg{
|
.detailContainer .headImg{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user