Authored by ityuany

高度调整

... ... @@ -26,7 +26,8 @@ export default {
},
computed: {
isShow() {
return this.hasBackToHome === 1 && this.$yoho.isApp;
// && this.$yoho.isApp;
return this.hasBackToHome === 1;
}
},
mounted() {
... ... @@ -48,7 +49,7 @@ export default {
width: 260px;
height: 80px;
position: absolute;
bottom: 140px;
bottom: 100px;
left: calc(50% - 130px);
z-index: 999;
display: flex;
... ...