|
|
@@ -561,6 +561,11 @@ |
|
|
|
uni.$on('DETAILS2INIT', (info) => { |
|
|
|
this.init(info) |
|
|
|
}); |
|
|
|
|
|
|
|
// 当前页面状态 |
|
|
|
uni.$on('newobjStatus', status => { |
|
|
|
this.status = status |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@@ -596,6 +601,7 @@ |
|
|
|
|
|
|
|
onUnload() { |
|
|
|
uni.$off('DETAILS2INIT') |
|
|
|
uni.$off('newobjStatus') |
|
|
|
//卸载不需要的业务和获取播放状态的业务,提高页面性能 |
|
|
|
this.$zaudio.off('seek', this.ACTION); |
|
|
|
this.$zaudio.off('stop', this.ACTION); |
|
|
@@ -653,9 +659,11 @@ |
|
|
|
}, |
|
|
|
argece(item) { |
|
|
|
if (item.selected == 0) { |
|
|
|
// 关闭当前页面弹窗 |
|
|
|
this.Pinspeak = false |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item |
|
|
|
.keywordsId + "&type=" + 1 |
|
|
|
.keywordsId + "&type=" + 1 + '&UpDateEvent=DETAILS2INIT' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
@@ -694,6 +702,8 @@ |
|
|
|
//评分点击 |
|
|
|
clickaudeopal(item) { |
|
|
|
if (item.selected == 0) { |
|
|
|
// 关闭当前页面弹窗 |
|
|
|
this.Pinspeak = false |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item |
|
|
|
.marketingId + "&type=" + 0 |
|
|
|