Quellcode durchsuchen

Merge branch 'master' of http://git.ycjcjy.com/H5/huaqiaocheng-h5

李志伟 vor 3 Jahren
Ursprung
Commit
fb5e48b362
3 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 1
    1
      src/config/env.production.js
  2. 3
    3
      src/views/apartment.vue
  3. 3
    3
      src/views/office.vue

+ 1
- 1
src/config/env.production.js Datei anzeigen

@@ -1,6 +1,6 @@
1 1
 // 正式
2 2
 module.exports = {
3
-  title: '华侨城',
3
+  title: '华侨城欢乐滨江',
4 4
   baseUrl: 'https://www.xxx.com/', // 正式项目地址
5 5
   baseApi: 'https://www.xxx.com/api', // 正式api请求地址
6 6
   APPID: 'xxx',

+ 3
- 3
src/views/apartment.vue Datei anzeigen

@@ -143,9 +143,9 @@ export default {
143 143
     position: absolute;
144 144
     z-index: 500;
145 145
     right: 10px;
146
-    bottom: -24px;
147
-    width: 96px;
148
-    height: 88px;
146
+    bottom: -10px;
147
+    width: 76px;
148
+    height: 68px;
149 149
 
150 150
     img {
151 151
       width: 100%;

+ 3
- 3
src/views/office.vue Datei anzeigen

@@ -137,9 +137,9 @@ export default {
137 137
     position: absolute;
138 138
     z-index: 500;
139 139
     right: 10px;
140
-    bottom: -24px;
141
-    width: 96px;
142
-    height: 78px;
140
+    bottom: -10px;
141
+    width: 76px;
142
+    height: 68px;
143 143
 
144 144
     img {
145 145
       width: 100%;