同步
This commit is contained in:
parent
e3c10cd38b
commit
0339d44d16
@ -11,21 +11,15 @@
|
|||||||
size="22"
|
size="22"
|
||||||
></u-icon>
|
></u-icon>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view
|
<view class="nav_txt" slot="center" @click="one">
|
||||||
class="nav_txt"
|
|
||||||
slot="center"
|
|
||||||
@click="one"
|
|
||||||
>
|
|
||||||
<span style="padding-right: 20rpx;font-size: 34rpx;font-weight: bold;">系统消息</span>
|
<span style="padding-right: 20rpx;font-size: 34rpx;font-weight: bold;">系统消息</span>
|
||||||
<u-icon
|
<u-icon size="19" name="/static/clearicon.png"></u-icon>
|
||||||
size="19"
|
|
||||||
name="/static/clearicon.png"
|
|
||||||
></u-icon>
|
|
||||||
</view>
|
</view>
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-top: 180rpx;" v-if="list.length > 0">
|
<view style="margin-top: 180rpx;" v-if="list.length > 0">
|
||||||
<view class="center flex flex-column flex-start" v-for="detail,index in list" :key="index" @click="only(detail.id,detail.type)">
|
<view class="center flex flex-column flex-start" v-for="detail,index in list" :key="index"
|
||||||
|
@click="only(detail.id,detail.type)">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
<span class="jiao" v-if="detail.type == 1">
|
<span class="jiao" v-if="detail.type == 1">
|
||||||
<u-badge :isDot="true" type="error"></u-badge>
|
<u-badge :isDot="true" type="error"></u-badge>
|
||||||
@ -39,8 +33,8 @@
|
|||||||
<span class="span" style="margin-top: 20rpx; color: #999999 ;">{{detail.createtime_text}}</span>
|
<span class="span" style="margin-top: 20rpx; color: #999999 ;">{{detail.createtime_text}}</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <u-loadmore :status="loadStatus" nomoreText="已经到底啦~"/> -->
|
<u-loadmore :status="loadStatus" nomoreText="已经到底啦~" v-if="list.length > 0" />
|
||||||
<view class="flex flex-column flex-start align-items" v-else style="margin-top: 600rpx;">
|
<view class="flex flex-column flex-start align-items" v-if="list.length == 0" style="margin-top: 600rpx;">
|
||||||
<image src="/static/message/message.png" mode="" style="width: 256rpx;height: 240rpx;">
|
<image src="/static/message/message.png" mode="" style="width: 256rpx;height: 240rpx;">
|
||||||
</image>
|
</image>
|
||||||
<view>暂无消息~</view>
|
<view>暂无消息~</view>
|
||||||
@ -179,6 +173,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.u-nav-slot {
|
.u-nav-slot {
|
||||||
width: 64rpx;
|
width: 64rpx;
|
||||||
height: 64rpx;
|
height: 64rpx;
|
||||||
@ -236,6 +231,7 @@
|
|||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.span {
|
.span {
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -253,8 +249,14 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jiao {
|
.jiao {
|
||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
::v-deep .u-loadmore{
|
||||||
|
display: block!important;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user