Showing
1 changed file
with
3 additions
and
2 deletions
@@ -26,7 +26,8 @@ export default { | @@ -26,7 +26,8 @@ export default { | ||
26 | }, | 26 | }, |
27 | computed: { | 27 | computed: { |
28 | isShow() { | 28 | isShow() { |
29 | - return this.hasBackToHome === 1 && this.$yoho.isApp; | 29 | + // && this.$yoho.isApp; |
30 | + return this.hasBackToHome === 1; | ||
30 | } | 31 | } |
31 | }, | 32 | }, |
32 | mounted() { | 33 | mounted() { |
@@ -48,7 +49,7 @@ export default { | @@ -48,7 +49,7 @@ export default { | ||
48 | width: 260px; | 49 | width: 260px; |
49 | height: 80px; | 50 | height: 80px; |
50 | position: absolute; | 51 | position: absolute; |
51 | - bottom: 140px; | 52 | + bottom: 100px; |
52 | left: calc(50% - 130px); | 53 | left: calc(50% - 130px); |
53 | z-index: 999; | 54 | z-index: 999; |
54 | display: flex; | 55 | display: flex; |
-
Please register or login to post a comment