|
@@ -106,7 +106,7 @@ export default {
|
|
getPlay(e, item) {
|
|
getPlay(e, item) {
|
|
if (this.inside) {
|
|
if (this.inside) {
|
|
let status = e === 2 ? 1 : 2
|
|
let status = e === 2 ? 1 : 2
|
|
- openPage.postMessage(`?page=/mobile/audioPage&audioId=${item.contentInfo.audioId}&audioType=${item.contentInfo.audioType}&platformId=${item.platformId}&cmd=openPage&playStatus=${status}`)
|
|
|
|
|
|
+ openPage.postMessage(`?page=/mobile/audioPage&audioId=${item.contentInfo.audioId}&audioType=${item.contentInfo.audioType}&platformId=${item.platformId}&playStatus=${status}&openAudioPage=0&cmd=openPage`)
|
|
window['setOpenPage'] = res => {
|
|
window['setOpenPage'] = res => {
|
|
item.playStatus = JSON.parse(res).status
|
|
item.playStatus = JSON.parse(res).status
|
|
}
|
|
}
|