diff --git a/src/pages/category/components/lease.vue b/src/pages/category/components/lease.vue index eafdeeced994b36f0fb5bbaa9662c52e8204df78..df0a84c0430b303804f94bed57ae90d8e66cf81f 100755 --- a/src/pages/category/components/lease.vue +++ b/src/pages/category/components/lease.vue @@ -27,27 +27,27 @@ - + - + - +
-
+

盈富永泰提供广州珠江新城最便捷最中心的写字楼办公, 满足你全方位的需求
写字楼办公租赁外,盈富永泰商务中心将为您随时随地,灵活多变,提供全面智能服务

@@ -66,14 +66,14 @@
- - + + 环球都会广场所在楼层可选 :
- + -
+
{{ f }}
@@ -109,12 +109,12 @@

实收: {{ e.shishou }} 元

-

该盘已认购,2018年9月到期,现预约接盘可额外享 +

该盘已认购,2018年9月到期,现预约接盘可额外享 98%折。

- 预约接盘 + 预约接盘
-
+
经纪人头像 @@ -227,7 +227,7 @@ }, {lc: '天河区 珠江新城中 花城大道68号', title: '楼盘位置:'} ], - content: '

天河珠江新城环球都会广场带装修多个间隔

广州天河
带装修东南朝向花城汇望江望广州塔

单元面积:\n' + + content: '

天河珠江新城环球都会广场带装修多个间隔

广州天河
带装修东南朝向花城汇望江望广州塔

单元面积:\n' + ' 380.0平方米

实收:\n' + ' 215

该盘已认购,2018年9月到期,现预约接盘可额外享\n' + ' 98%折。

经纪人头像

金牌经纪人

何先生


楼层:高层/63楼\n' + @@ -274,7 +274,7 @@ } }, mounted() { - + this.exChangeFun(this.exchange = !this.exchange) }, methods: { // 点击传入post内容 @@ -282,6 +282,7 @@ this.post.title = this.detailsList[i].title; this.post.content = this.detailsList[i].content || this.detailsList[i].title; this.post.isShow = true + }, changerFloorSelect: function (i) { // @todo 后续增加ajax请求数据更新 diff --git a/src/pages/category/components/residence.vue b/src/pages/category/components/residence.vue index 0091612048a007a18ca8486c02ab120507d08516..d52d3f4c187bb8cfb6aa33e6ba37f03ea983b5de 100755 --- a/src/pages/category/components/residence.vue +++ b/src/pages/category/components/residence.vue @@ -3,7 +3,7 @@ @@ -19,7 +19,7 @@ 开始找房
- + 用心为您打造第二个"家"
@@ -33,21 +33,21 @@ - + - + - + @@ -55,14 +55,14 @@
-

寓+为您寻找属于自己的Fun, +

寓+为您寻找属于自己的Fun, 享受人生臻至年华
打造高品质精致都市生活,让您度过的每一寸光阴都是最精彩的

- + 珠光新城御景二期: @@ -71,7 +71,7 @@ + :label="e.label||e.value+'楼'" @click="changerFloorSelect(i)" class="sim">
@@ -81,10 +81,10 @@ -

YU+公寓用心为您精选 YU+会越来越懂你

+

YU+公寓用心为您精选 YU+会越来越懂你

- 更多YU+房源 + 更多YU+房源
@@ -93,15 +93,15 @@ 封面图片
- 天河 -

+ 天河 +

{{e.name}}

-

+

{{e.area}}

- 预约看房 + 预约看房
@@ -112,10 +112,10 @@ -

真实信息准确同步 YU+公寓预租先人一步

+

真实信息准确同步 YU+公寓预租先人一步

-

更多YU+房源

+

更多YU+房源

@@ -124,15 +124,15 @@ 封面图片
- 天河 -

+ 天河 +

{{e.name}}

-

+

{{e.area}}

- 预约看房 + 预约看房
@@ -270,6 +270,7 @@ }, mounted() { // window.addEventListener('scroll', this.handleScroll) + this.exChangeFun(this.exchange = !this.exchange)//改为繁体 } }; diff --git a/src/pages/components/flowerTimer.vue b/src/pages/components/flowerTimer.vue index aa9b4131c5e1bb1180b413b7b62a80a382de995e..59dbed52da8298e1f30a680f4471a0218d373f94 100755 --- a/src/pages/components/flowerTimer.vue +++ b/src/pages/components/flowerTimer.vue @@ -48,7 +48,7 @@ .nav_right { position: fixed; right: 60px; - top: 7vh; + top: 10vh; width: 290px; } diff --git a/src/pages/components/topNav.vue b/src/pages/components/topNav.vue index 157931690edb1a6e34760e9a66a612b97bceae80..b03666be6bdab726c569e0aa0455f8c98552ee57 100755 --- a/src/pages/components/topNav.vue +++ b/src/pages/components/topNav.vue @@ -302,11 +302,11 @@ }, mounted() { - if (this.$route.path === "/category/residence") {//判断logo显示 - this.logoStyle = "residence"; - } else { - this.logoStyle = "normal"; - } + // if (this.$route.path === "/category/residence") {//判断logo显示 + // this.logoStyle = "residence"; + // } else { + // this.logoStyle = "normal"; + // } this.navScroll(); // this.push() // setTimeout(this.exChangeFun(this.exchange = !this.exchange),3000) @@ -323,9 +323,9 @@ watch: { "$route.path": function (v) { // v 就是路由的path - v === "/category/residence" - ? (this.logoStyle = "false") - : (this.logoStyle = "normal"); + // v === "/category/residence" + // ? (this.logoStyle = "false") + // : (this.logoStyle = "normal"); } } };