123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434 |
- <template>
- <view class="u-p-l-10 u-p-r-10">
- <u-navbar :is-back="false">
- <view style="display: flex;justify-content: center;align-items: center;">
- <view class="u-p-20" @click="location">
- {{ vuex_city == '' ? '选择' : vuex_city }}
- <u-icon class="u-p-l-10" color="#515356" name="arrow-down-fill"></u-icon>
- </view>
- <!-- #ifdef MP-WEIXIN -->
- <u-search v-model="keyword" :clearabled="true" :disabled="true" :show-action="false"
- input-align="center"
- placeholder="你想住在哪儿" style="width: 380rpx;" @click="search"></u-search>
- <!-- #endif -->
- <!-- #ifndef MP-WEIXIN -->
- <u-search v-model="keyword" :clearabled="true" :disabled="true" :show-action="false"
- input-align="center"
- placeholder="你想住在哪儿" style="width: 580rpx;" @click="search"></u-search>
- <!-- #endif -->
- </view>
- </u-navbar>
- <view>
- <!-- 流量主-腾讯banner广告 -->
- <!-- <ad unit-id="adunit-fcfdcc4d7095b6b1" ad-intervals="30"></ad> -->
- <!-- 轮播图 -->
- <!-- #ifndef MP-WEIXIN -->
- <!-- <u-swiper :list="swiperList" height="350"></u-swiper> -->
- <!-- #endif -->
- <u-swiper :list="swiperList" height="350" @click="moreInfo"></u-swiper>
- </view>
- <view>
- <view class="rowClass">
- <u-row>
- <u-col v-for="(item,index) in navList" :key="index" span="3" text-align="center">
- <view class="u-padding-20" hover-class="hoverClass" @tap="clickNav(item)">
- <image :src="item.src" mode="widthFix" style="width: 90rpx;height: 90rpx;"></image>
- <view class="tabName">{{ item.name }}</view>
- </view>
- </u-col>
- </u-row>
- </view>
- <u-gap height="10"></u-gap>
- <view @click="notice">
- <u-notice-bar :duration="5000" :list="noticeList" bg-color="#fff" border-radius="15"
- mode="vertical" more-icon type="primary"></u-notice-bar>
- </view>
- <u-gap height="5"></u-gap>
- <u-waterfall ref="uWaterfall" v-model="flowList">
- <template v-slot:left="{leftList}">
- <view v-for="(item, index) in leftList" :key="index" class="demo-warter">
- <u-lazy-load :image="item.image" :index="index" border-radius="12" threshold="750"
- @click="clickImage(item.id)"></u-lazy-load>
- <view class="item-title">{{ item.villageName }}
- {{ item.type == '整租' ? item.houseNum + item.houseHall + item.toiletNum : item.roomType }}
- </view>
- <view class="item-price">¥{{ item.price }}</view>
- <view class="item-desc">{{ item.type }} | {{ item.type == '整租' ? item.houseArea : item.roomArea }}㎡ |
- {{ item.decoration }}
- </view>
- </view>
- </template>
- <template v-slot:right="{rightList}">
- <view v-for="(item, index) in rightList" :key="index" class="demo-warter">
- <u-lazy-load :image="item.image" :index="index" border-radius="10" threshold="750"
- @click="clickImage(item.id)"></u-lazy-load>
- <view class="item-title">{{ item.villageName }}
- {{ item.type == '整租' ? item.houseNum + item.houseHall + item.toiletNum : item.roomType }}
- </view>
- <view class="item-price">¥{{ item.price }}</view>
- <view class="item-desc">{{ item.type }} | {{ item.type == '整租' ? item.houseArea : item.roomArea }}㎡ |
- {{ item.decoration }}
- </view>
- </view>
- </template>
- </u-waterfall>
- </view>
- <u-loadmore :status="loadStatus" bg-color="rgb(240, 240, 240)" style="height: 80rpx;line-height: 80rpx;"
- @loadmore="findHouseList"></u-loadmore>
- <u-back-top :scroll-top="scrollTop" top="1000"></u-back-top>
- <u-no-network></u-no-network>
- <view class="buttom">
- <view class="loginType">
- <view class="wechat item">
- <view class="icon">
- <u-icon color="#999" name="server-man" size="60" @click="server"></u-icon>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import config from "@/common/config.js" // 全局配置文件
- export default {
- data() {
- return {
- keyword: '',
- pageNum: 1,
- pageSize: 20,
- scrollTop: 0,
- houseList: [],
- swiperList: [
- {
- image: '/static/img/index/swiper/swiper2.png',
- title: '身无彩凤双飞翼,心有灵犀一点通'
- },
- {
- image: '/static/img/index/swiper/swiper.jpg',
- title: '身无彩凤双飞翼,心有灵犀一点通'
- },
- ],
- noticeList: [],
- navList: [
- {name: "整租", src: "/static/img/index/cover_2022/index_cover1.png", type: "0"},
- {name: "合租", src: "/static/img/index/cover_2022/index_cover2.png", type: "1"},
- {name: "避坑指南", src: "/static/img/index/cover_2022/index_cover3.png", url: "/pages/center/tips"},
- {name: "委托房源", src: "/static/img/index/cover_2022/index_cover4.png", type: "2"}
- ],
- loadStatus: 'loadmore',
- flowList: [],
- uvCode: uni.getStorageSync('uvCode')
- }
- },
- onLoad() {
- // 检查是否已选择城市,如果未选择,跳转到选择城市页面
- this.checkCity();
- // 获取数据
- this.findHouseList();
- this.getNoticecList();
- // 流量统计
- this.appSysFlowInfo();
- uni.$on('findIndexHouseList', (obj) => {
- // 获取数据
- this.findHouseList(1);
- })
- },
- onUnload() {
- // 移除监听事件
- uni.$off('findIndexHouseList');
- },
- onPageScroll(e) {
- this.scrollTop = e.scrollTop;
- },
- onReachBottom() {
- this.loadStatus = 'loading';
- // 获取数据
- this.findHouseList()
- },
- // 下拉刷新
- onPullDownRefresh() {
- // 获取数据
- this.findHouseList(1);
- // 关闭刷新
- uni.stopPullDownRefresh();
- },
- methods: {
- checkCity() {
- // 检查是否已选择城市,如果未选择,跳转到选择城市页面
- let lifeData = uni.getStorageSync('lifeData');
- let vuex_city = lifeData.vuex_city
- // console.log(vuex_city.length);
- if (!vuex_city || vuex_city.length == 0) {
- // 没有token 则跳转到登录
- return this.$u.route('/pages/location/location');
- }
- },
- location() {
- this.$u.route({
- url: 'pages/location/location',
- })
- },
- search() {
- this.$u.route({
- url: 'pages/search/search',
- })
- },
- notice() {
- this.$u.route({
- url: 'pages/notice/notice'
- })
- },
- findHouseList(type = 0) {
- if (type == 1) {
- this.pageNum = 1
- this.flowList = []
- this.$refs.uWaterfall.clear();
- }
- let url = "/api/houseApi/findHouseRoomList";
- this.$u.get(url, {
- state: 1,
- villageCity: uni.getStorageSync('lifeData').vuex_city,
- pageNum: this.pageNum,
- pageSize: this.pageSize,
- orderByColumn: 'update_time,create_time',
- isAsc: 'desc'
- }).then(result => {
- const data = result.rows;
- if (this.pageNum > 1 && data.length < this.pageSize) {
- return this.loadStatus = 'nomore';
- }
- this.houseList = data;
- for (let i = 0; i < this.houseList.length; i++) {
- // 先转成字符串再转成对象,避免数组对象引用导致数据混乱
- let item = this.houseList[i]
- if (!item.faceUrl.includes(config.staticUrl)) {
- item.image = config.staticUrl + item.faceUrl
- } else {
- item.image = item.faceUrl
- }
- if (item.type == 0) {
- item.type = '整租'
- } else if (item.type == 1) {
- item.type = '合租'
- }
- if (item.roomType == 1) {
- item.roomType = '主卧'
- } else if (item.roomType == 2) {
- item.roomType = '次卧'
- } else {
- item.roomType = '未知'
- }
- if (this.$u.test.isEmpty(item.houseNum)) {
- item.houseNum = ''
- }
- if (this.$u.test.isEmpty(item.houseHall)) {
- item.houseHall = ''
- }
- if (this.$u.test.isEmpty(item.toiletNum)) {
- item.toiletNum = ''
- }
- this.flowList.push(item);
- }
- ++this.pageNum
- this.loadStatus = 'loadmore';
- });
- },
- clickSearch() {
- this.$u.route('/pages/search/search');
- },
- clickImage(houseId) {
- this.$u.route({
- url: '/pages/detail/detail',
- params: {
- houseId: houseId
- }
- })
- },
- clickNav(item) {
- if (item.url) {
- return this.$u.route(item.url);
- }
- if (item.type === "2") {
- // 判断是否有token
- let lifeData = uni.getStorageSync('lifeData');
- let token = lifeData.vuex_token
- if (!token) {
- // 没有token 则跳转到登录
- return uni.reLaunch({
- url: '../login/login'
- })
- } else {
- // 判断Token是否有效
- let url = "/api/profile/isExpiration";
- return this.$u.get(url, {
- token: token
- }).then(obj => {
- if (obj.data) {
- // 没有token过期则跳转到登录
- return uni.reLaunch({
- url: '../login/login'
- })
- } else {
- return this.$u.route('/pages/detail/preHouse');
- }
- });
- }
- } else if (item.type) {
- // return this.$u.route('/pages/search/searchList');
- return this.$u.route({
- url: '/pages/search/searchList',
- params: {
- type: item.type
- }
- })
- }
- },
- code() {
- this.$mytip.toast('请咨询作者')
- },
- appSysFlowInfo() {
- // 流量统计
- let uvCode = uni.getStorageSync("uvCode");
- let url = "https://sourcebyte.cn/api/flow/upFlow?type=MINI&uvCode=" + uvCode;
- uni.request({
- url: url,
- method: "POST",
- success: (res) => {
- uni.setStorageSync("uvCode", res.data.data);
- },
- });
- },
- server() {
- // window.open ('https://sourcebyte.cn')
- uni.makePhoneCall({
- phoneNumber: "18720989281",
- });
- },
- getNoticecList() {
- let url = "/api/notice/findNoticeList";
- this.$u.get(url, {
- pageNum: 1,
- pageSize: 50,
- orderByColumn: 'create_time',
- isAsc: 'desc'
- }).then(obj => {
- let data = obj.rows
- data.filter(item => {
- this.noticeList.push(item.noticeTitle)
- })
- });
- },
- moreInfo() {
- uni.navigateToMiniProgram({
- appId: 'wxbca64173e772915e',// 此为开源字节appid
- path: '/pages/index/index',// 此为开源字节首页路径
- envVersion: "release",
- success: res => {
- // 打开成功
- console.log("打开成功", res);
- },
- fail: err => {
- console.log(err);
- }
- })
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .nomore {
- background-color: $u-bg-color;
- }
- .search {
- width: 54px;
- height: 44px;
- &:active {
- background-color: $u-bg-color;
- }
- }
- .rowClass {
- border-radius: 8px;
- background-color: rgb(255, 255, 255);
- margin-top: 10 rpx;
- }
- .hoverClass {
- background-color: #E4E7ED;
- }
- .tabName {
- font-size: 28 rpx;
- color: $u-main-color;
- }
- .demo-warter {
- border-radius: 8px;
- margin-top: 3px;
- background-color: #ffffff;
- padding: 3px;
- position: relative;
- }
- .u-close {
- position: absolute;
- top: 20 rpx;
- right: 20 rpx;
- }
- .item-cover {
- font-size: 55 rpx;
- color: $u-type-warning;
- }
- .item-title {
- font-size: 28 rpx;
- color: $u-main-color;
- font-weight: bold;
- padding-top: 5 rpx;
- padding-left: 10 rpx;
- }
- .item-price {
- font-weight: normal;
- font-size: 32 rpx;
- color: $u-type-warning;
- }
- .item-desc {
- font-weight: normal;
- font-size: 26 rpx;
- color: $u-tips-color;
- padding-bottom: 5 rpx;
- padding-left: 10 rpx;
- }
- .item-tag {
- font-size: 24 rpx;
- color: $u-tips-color;
- margin-top: 3px;
- }
- .buttom {
- .loginType {
- font-size: 14px;
- position: fixed;
- right: 30 rpx;
- bottom: 300 rpx;
- width: 60px;
- height: 60px;
- padding: 4px;
- cursor: pointer;
- background: #FFF;
- text-align: center;
- line-height: 60px;
- border-radius: 100%;
- -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
- box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
- }
- }
- </style>
|