6.13
This commit is contained in:
parent
5f6ca8d800
commit
36d88c7d9b
@ -1,24 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<search @search="headerSearch" />
|
|
||||||
<view v-if="pageType">
|
|
||||||
<swiper class="banner" indicator-dots autoplay circular>
|
|
||||||
<swiper-item v-for="(item, index) in bannerList" :key="index">
|
|
||||||
<image class="banner_item" :src="item.pic" mode="" />
|
|
||||||
</swiper-item>
|
|
||||||
</swiper>
|
|
||||||
</view>
|
|
||||||
<view class="main">
|
|
||||||
<tabularCard
|
|
||||||
v-for="(item,index) in list"
|
|
||||||
:key="index"
|
|
||||||
:item="item"
|
|
||||||
:type="pageType"
|
|
||||||
:isLast="index === list.length -1"
|
|
||||||
:joinType="joinType"
|
|
||||||
@chooseCommunity="chooseCommunity"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
<nav-footer />
|
<nav-footer />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -147,7 +147,7 @@
|
|||||||
"pages": [{
|
"pages": [{
|
||||||
"path": "index/index",
|
"path": "index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "社区列表",
|
"navigationBarTitleText": "我的房产",
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"tabularCard": "/components/tabularCard/tabularCard",
|
"tabularCard": "/components/tabularCard/tabularCard",
|
||||||
"search": "/components/search/search",
|
"search": "/components/search/search",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user