Commit 3530561f authored by xulili's avatar xulili

修改消息

parent 69e60f0c
......@@ -6,7 +6,7 @@
<div class="infos">
<div class="info">
<div class="info-logos">
<img class="info-logo" :src="cache.icon.testImg"/>
<img class="info-logo" :src="avatarUrl"/>
</div>
<div class="info-msgs">
<div class="msg">
......@@ -157,6 +157,11 @@
},
menuCase() {
this.$router.push({path: "/case"});
},
handleDetail(type){
if(type === 'message'){
this.$router.push('/message')
}
}
}
};
......
......@@ -38,7 +38,6 @@
handleGetMessageByClerkId() {
let _this = this
let requestRarams = {userId: _this.userId}
alert(JSON.stringify(requestRarams))
getMessageByUserId(requestRarams)
.then(res => {
if (res.result == 'success') {
......
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