update: 更新消息中心
This commit is contained in:
parent
bbb532c2cb
commit
de79e330eb
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
<view class="msg-box" v-if="pageList.list.length > 0">
|
||||
<view class="u-page">
|
||||
<u-list>
|
||||
<u-list :height="'auto'">
|
||||
<u-list-item v-for="(item, index) in pageList.list" :key="index">
|
||||
<u-cell @click="handleItem(item)">
|
||||
<view slot="title" class="u-slot-title">
|
||||
|
@ -169,7 +169,7 @@ onMounted(() => {
|
|||
</script>
|
||||
<style lang="scss">
|
||||
.msg-box {
|
||||
background: #f8f8f8;
|
||||
// background: #f8f8f8;
|
||||
width: 100%;
|
||||
.title {
|
||||
font-size: 28rpx;
|
||||
|
|
Loading…
Reference in New Issue