|
@@ -14,7 +14,7 @@
|
|
class="nav"
|
|
class="nav"
|
|
:class="{ isScreenScroll: isScreenScroll }"
|
|
:class="{ isScreenScroll: isScreenScroll }"
|
|
:fixed="false"
|
|
:fixed="false"
|
|
- :title="state.musicDetail.musicSheetName"
|
|
|
|
|
|
+ title="作品详情"
|
|
left-arrow
|
|
left-arrow
|
|
@click-left="goBack"
|
|
@click-left="goBack"
|
|
/>
|
|
/>
|
|
@@ -645,7 +645,7 @@ export default {
|
|
this.state.heightA = this.$refs.playBoxDom.offsetHeight
|
|
this.state.heightA = this.$refs.playBoxDom.offsetHeight
|
|
document.addEventListener("scroll", this.handleScroll)
|
|
document.addEventListener("scroll", this.handleScroll)
|
|
document.addEventListener("visibilitychange", this.handleVisibilitychange)
|
|
document.addEventListener("visibilitychange", this.handleVisibilitychange)
|
|
- this.setFullHeight()
|
|
|
|
|
|
+ !browser().isApp && this.setFullHeight()
|
|
window.addEventListener("resize", this.setFullHeight)
|
|
window.addEventListener("resize", this.setFullHeight)
|
|
},
|
|
},
|
|
destroyed() {
|
|
destroyed() {
|