修改筛选tab文本
This commit is contained in:
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1,4 +1,4 @@
|
|||||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.e0e9f2f6.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.a0287c67.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.6e9dd806.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display:none;"><script src="//v1.cnzz.com/z_stat.php?id=1281224882&web_id=1281224882"></script><script>var _hmt = _hmt || [];
|
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.e0e9f2f6.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.7db35066.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.6e9dd806.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display:none;"><script src="//v1.cnzz.com/z_stat.php?id=1281224882&web_id=1281224882"></script><script>var _hmt = _hmt || [];
|
||||||
(function () {
|
(function () {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
hm.src = "//hm.baidu.com/hm.js?4bd66cbe45a640b607fe46c48f658746";
|
hm.src = "//hm.baidu.com/hm.js?4bd66cbe45a640b607fe46c48f658746";
|
||||||
|
|||||||
1
dist/js/app.7db35066.js
vendored
Normal file
1
dist/js/app.7db35066.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.a0287c67.js
vendored
1
dist/js/app.a0287c67.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/housing.0a8d59ce.js
vendored
Normal file
1
dist/js/housing.0a8d59ce.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/housing.735518b0.js
vendored
1
dist/js/housing.735518b0.js
vendored
File diff suppressed because one or more lines are too long
@@ -276,7 +276,7 @@
|
|||||||
<div class="screen-footer flexacenter">
|
<div class="screen-footer flexacenter">
|
||||||
<div class="screen-footer-left flexacenter">
|
<div class="screen-footer-left flexacenter">
|
||||||
<div class="quantity flexacenter">
|
<div class="quantity flexacenter">
|
||||||
共 <b class="b">{{ count }}</b> 个求房源
|
共 <b class="b">{{ count }}</b> 条{{ routePath === '/personHousing' ? '个人房源' : routePath === '/intermediaryHousing' ? '中介房源' : routePath === '/needHousing' ? '求房源' : '' }}
|
||||||
</div>
|
</div>
|
||||||
<template v-if="pitchValue['location'].length != 0">
|
<template v-if="pitchValue['location'].length != 0">
|
||||||
<span style="color: rgb(170, 170, 170); margin: 0px 15px;">|</span>
|
<span style="color: rgb(170, 170, 170); margin: 0px 15px;">|</span>
|
||||||
|
|||||||
@@ -1493,6 +1493,7 @@ const publicJump = path => router.push(path)
|
|||||||
.same-brand-img {
|
.same-brand-img {
|
||||||
width: 288px;
|
width: 288px;
|
||||||
height: 192px;
|
height: 192px;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.apartment-name {
|
.apartment-name {
|
||||||
|
|||||||
Reference in New Issue
Block a user