免费节点资源聚合 (第 95/668 页)

<a class="text" href="javascript:void(0)" @click="deleteCarts('all')">清空购物车</a>
<a href="https://v2cross.com/carts">前往结算</a>
<div class="bar-box" v-if="showType.dmsg && dmsg.count > 0">
<div class="new-dmsg-title" v-if="dmsg.count">您有新的私信</div>
Featured Content
<div class="new-dmsg-title" v-else>没有新私信</div>
<ul v-if="dmsg.data.length > 0" class="bar-dmsg-list">
<li v-for="item in dmsg.data" @click="jumpTo('https://v2cross.com/directmessage/to/'+item.from.id)">
<img class="avatar b2-radius" :src="item.from.avatar">
Featured Content
<div class="new-dmsg-content">
<h2 v-text="item.from.name"></h2>