This commit is contained in:
qiaojiale 2025-06-13 14:54:51 +08:00
parent 5f6ca8d800
commit 36d88c7d9b
19 changed files with 1842 additions and 1859 deletions

View File

@ -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>

View File

@ -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