Commit 370df98f authored by lshan's avatar lshan

修改

parent 21e9e2a4
...@@ -342,6 +342,8 @@ export default Vue.extend({ ...@@ -342,6 +342,8 @@ export default Vue.extend({
} }
this.visible = false this.visible = false
this.fetchList() this.fetchList()
console.log(this.chatList,'this.chatList');
}catch (err) {} }catch (err) {}
}, },
Status(status: number){ Status(status: number){
......
...@@ -228,6 +228,6 @@ export default Vue.extend({ ...@@ -228,6 +228,6 @@ export default Vue.extend({
background: #fff; background: #fff;
} }
.hover:hover{ .hover:hover{
color: #4345c4; color: #43c459;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment