|
@@ -90,7 +90,7 @@ function getChapterDetail(){
|
|
|
chapterBaseInfo.type=res.Data.TypeName
|
|
|
chapterBaseInfo.title=res.Data.Title
|
|
|
chapterBaseInfo.addType=res.Data.AddType
|
|
|
- chapterBaseInfo.author=res.Data.Author||userInfo.RealName
|
|
|
+ chapterBaseInfo.author=res.Data.Author||userInfo.value.RealName
|
|
|
chapterBaseInfo.createTime=moment(res.Data.CreateTime).format('YYYY-MM-DD')
|
|
|
if(res.Data.VideoKind==1){
|
|
|
chapterBaseInfo.audioUrl=res.Data.VideoUrl
|
|
@@ -425,7 +425,7 @@ async function handleReportOpt(type){
|
|
|
|
|
|
<template>
|
|
|
<div class="chapter-detail-edit-page">
|
|
|
- <van-cell title="基础信息" is-link @click="showChapterBaseInfo=true"/>
|
|
|
+ <van-cell title="章节基础配置" is-link @click="showChapterBaseInfo=true"/>
|
|
|
<van-cell title="上传音频" is-link v-if="info?.ReportType==='week'" @click="handleShowUploadAudio"/>
|
|
|
<div class="main-wrap">
|
|
|
<div class="editor-box" id="editor"></div>
|