mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化首页公告显示
This commit is contained in:
parent
d22e0044bb
commit
66323b78fa
3
app.json
3
app.json
@ -94,7 +94,8 @@
|
||||
"van-divider": "lib/divider/index",
|
||||
"van-image": "lib/image/index",
|
||||
"van-submit-bar": "lib/submit-bar/index",
|
||||
"van-search": "lib/search/index"
|
||||
"van-search": "lib/search/index",
|
||||
"van-notice-bar": "lib/notice-bar/index"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
@ -1,9 +1,17 @@
|
||||
<import src="../common/sort_list.wxml" />
|
||||
|
||||
<view>
|
||||
<van-notice-bar
|
||||
left-icon="volume-o"
|
||||
text="HC智慧家园是免费开源的HC小区管理系统的分支项目,欢迎访问官网http://homecommunity.cn了解"
|
||||
speed="30"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<scroll-view bindscrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">
|
||||
<view class="heard">
|
||||
<!-- url="/pages/location/location" -->
|
||||
<navigator >
|
||||
<view >
|
||||
<!-- class="heard" url="/pages/location/location" -->
|
||||
<!-- <navigator >
|
||||
<view class="heard-location">
|
||||
<image src="/images/location.png" class="heard-location-icon" />
|
||||
<text class="heard-location-text">{{location}}</text>
|
||||
@ -11,7 +19,7 @@
|
||||
</navigator>
|
||||
<view class="heard-search">
|
||||
<image src="/images/search.png" class="heard-search-icon" /> 搜索小区
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<swiper class="categoryList" indicator-dots="true" indicator-color="rgba(228,228,228,1)" indicator-active-color="#FECA49">
|
||||
<block wx:for="{{categoryList}}" wx:key="index">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user