|
@@ -351,6 +351,7 @@ export default {
|
|
return contents;
|
|
return contents;
|
|
},
|
|
},
|
|
parseTopicDesc(richJson) {
|
|
parseTopicDesc(richJson) {
|
|
|
|
+ if (!richJson) return [];
|
|
const bodys = this.transformRichJson(richJson);
|
|
const bodys = this.transformRichJson(richJson);
|
|
return bodys.map((body) => {
|
|
return bodys.map((body) => {
|
|
return {
|
|
return {
|