天河珠江新城环球都会广场带装修多个间隔
广州天河 带装修东南朝向花城汇望江望广州塔
单元面积:\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");
}
}
};