update
This commit is contained in:
parent
dd20185576
commit
25c4d897c7
@ -19,7 +19,7 @@
|
|||||||
<text v-if="item.status==1" class="officials">审核中</text>
|
<text v-if="item.status==1" class="officials">审核中</text>
|
||||||
<text v-if="item.status==2" class="officials">已下架</text>
|
<text v-if="item.status==2" class="officials">已下架</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text class="time">{{ item.createTime}}</text>
|
<text class="time">{{ item.createTime}}</text>
|
||||||
@ -86,12 +86,10 @@
|
|||||||
<text class="iconfont icon-pinglun"></text>
|
<text class="iconfont icon-pinglun"></text>
|
||||||
<text class="count">{{ item.commentCount }}</text>
|
<text class="count">{{ item.commentCount }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<!-- 加载状态 -->
|
<!-- 加载状态 -->
|
||||||
<block v-if="list.length === 0 && loadStatus == 'nomore'">
|
<block v-if="list.length === 0 && loadStatus == 'nomore'">
|
||||||
<u-empty margin-top="100" text="暂无内容" mode="favor"></u-empty>
|
<u-empty margin-top="100" text="暂无内容" mode="favor"></u-empty>
|
||||||
@ -277,7 +275,7 @@
|
|||||||
line-height: 35rpx;
|
line-height: 35rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
|
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
}
|
}
|
||||||
@ -331,4 +329,4 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user