fix
This commit is contained in:
@@ -30,7 +30,7 @@ Page({
|
||||
nodes: [] as any[],
|
||||
eveId: null,
|
||||
store: {},
|
||||
fileid: "5001834818839455549",
|
||||
fileid: "",
|
||||
active: 0,
|
||||
canSubmit: false,
|
||||
safeBottom: 24,
|
||||
@@ -205,7 +205,7 @@ Page({
|
||||
const detail = (e && e.detail) || e || {};
|
||||
wx.showModal({
|
||||
title: "播放出错",
|
||||
content: String(detail.errMsg || detail.message || JSON.stringify(detail)),
|
||||
content: String(detail.errMsg || detail.message || JSON.stringify(detail) + '请联系坐席'),
|
||||
showCancel: false,
|
||||
});
|
||||
},
|
||||
@@ -292,7 +292,7 @@ Page({
|
||||
|
||||
const targetData = code ? data.watch : data.data;
|
||||
|
||||
if (!targetData?.url) {
|
||||
if (!targetData.extend?.fileid) {
|
||||
const stateParam = code ? -1 : 5;
|
||||
wx.reLaunch({
|
||||
url: `/pages/live/registration/registration?content=${targetData?.content || ''}&state=${stateParam}`,
|
||||
@@ -304,6 +304,7 @@ Page({
|
||||
dataList: targetData,
|
||||
eveId: targetData.eveId,
|
||||
nodes: htmlToWxNodes(targetData.content),
|
||||
fileid: targetData.extend.fileid,
|
||||
});
|
||||
|
||||
this.syncResumeTime();
|
||||
|
||||
Reference in New Issue
Block a user