|
@@ -21,7 +21,7 @@
|
|
|
{{include "/common/pchead.html"}}
|
|
|
<section class="mesg-container" v-cloak>
|
|
|
<div class="main-mesg">
|
|
|
- <h3 @click="kfClick">消息中心</h3>
|
|
|
+ <h3>消息中心</h3>
|
|
|
<div class="tips" @click="linked(tabsList.lasts.id, tabsList.lasts.link, tabsList.lasts.isRead,1,tabsList.lasts.msg_type,tabsList.lasts.msgLogId)" v-show="tabsList.lasts">
|
|
|
<div class="imgs">
|
|
|
<img :src='imgSrcs[tabsList.lasts.msg_type].url' v-if="tabsList.lasts.msg_type">
|
|
@@ -76,6 +76,13 @@
|
|
|
></el-pagination>
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
+ <el-tab-pane>
|
|
|
+ <div class="msg-label" slot="label" @click="kfHref">
|
|
|
+ <img src='{{Msg "seo" "cdn"}}/frontRouter/pc/mesgCenter/image/sixin@2x.png?v={{Msg "seo" "version"}}'>
|
|
|
+ <!-- <i class="b-item" v-show="item.count">{item.count > 99 ? '99+' : item.count}</i> -->
|
|
|
+ <p class="words">私信</p>
|
|
|
+ </div>
|
|
|
+ </el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</div>
|
|
|
</div>
|