|
@@ -45,8 +45,8 @@
|
|
</div>
|
|
</div>
|
|
<div v-if="loading" class="loading-container">
|
|
<div v-if="loading" class="loading-container">
|
|
<div class="loading-text">
|
|
<div class="loading-text">
|
|
- <span>加</span>
|
|
|
|
- <span>载</span>
|
|
|
|
|
|
+ <span>思</span>
|
|
|
|
+ <span>考</span>
|
|
<span>中</span>
|
|
<span>中</span>
|
|
<span>.</span>
|
|
<span>.</span>
|
|
<span>.</span>
|
|
<span>.</span>
|
|
@@ -87,7 +87,7 @@ export default {
|
|
hoverConversationId:null,
|
|
hoverConversationId:null,
|
|
claim:'',
|
|
claim:'',
|
|
loading:false,
|
|
loading:false,
|
|
- result:''
|
|
|
|
|
|
+ result:[]
|
|
};
|
|
};
|
|
},
|
|
},
|
|
watch: {},
|
|
watch: {},
|
|
@@ -114,7 +114,7 @@ export default {
|
|
this.changeConversation(obj)
|
|
this.changeConversation(obj)
|
|
}else if(this.confessionSessionList.length==0){
|
|
}else if(this.confessionSessionList.length==0){
|
|
this.$set(this,'claim','')
|
|
this.$set(this,'claim','')
|
|
- this.$set(this,'result',null)
|
|
|
|
|
|
+ this.$set(this,'result',[])
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -136,6 +136,8 @@ export default {
|
|
this.chat_id = obj.conversationId
|
|
this.chat_id = obj.conversationId
|
|
let content = obj.content
|
|
let content = obj.content
|
|
if(!content){
|
|
if(!content){
|
|
|
|
+ this.$set(this,'claim','')
|
|
|
|
+ this.$set(this,'result',[])
|
|
return
|
|
return
|
|
}
|
|
}
|
|
try{
|
|
try{
|