提交 e182cc21 编写于 作者: tao.wu's avatar tao.wu

no message

上级 d8fbdba7
......@@ -608,8 +608,9 @@
return flag
},
goSelectCartoon() {
const activeTabId = this.setTimeNodeList[this.activeTab].comentMsg.id;
if(activeTabId){
const comentMsg = this.setTimeNodeList[this.activeTab].comentMsg;
const activeTabId = (comentMsg && comentMsg.id) ? comentMsg.id : '';
if(comentMsg && activeTabId){
this.activeComentId = String(activeTabId);
}else{
this.activeComentId = '';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册