客服:重构消息列表(引入 z-paging)
parent
4c6a8077aa
commit
d221f277a1
|
@ -5,6 +5,10 @@
|
||||||
safe-area-inset-bottom bottom-bg-color="#f8f8f8" :back-to-top-style="backToTopStyle"
|
safe-area-inset-bottom bottom-bg-color="#f8f8f8" :back-to-top-style="backToTopStyle"
|
||||||
:auto-show-back-to-top="showNewMessageTip" @backToTopClick="onBackToTopClick"
|
:auto-show-back-to-top="showNewMessageTip" @backToTopClick="onBackToTopClick"
|
||||||
@scrolltoupper="onScrollToUpper" @query="queryList">
|
@scrolltoupper="onScrollToUpper" @query="queryList">
|
||||||
|
<template #top>
|
||||||
|
<!-- 撑一下顶部导航 -->
|
||||||
|
<view style="height: 45px"></view>
|
||||||
|
</template>
|
||||||
<!-- style="transform: scaleY(-1)"必须写,否则会导致列表倒置!!! -->
|
<!-- style="transform: scaleY(-1)"必须写,否则会导致列表倒置!!! -->
|
||||||
<!-- 注意不要直接在chat-item组件标签上设置style,因为在微信小程序中是无效的,请包一层view -->
|
<!-- 注意不要直接在chat-item组件标签上设置style,因为在微信小程序中是无效的,请包一层view -->
|
||||||
<template #cell="{item,index}">
|
<template #cell="{item,index}">
|
||||||
|
|
|
@ -166,8 +166,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
background-color: var(--ui-BG-Main);
|
||||||
background-size: 750rpx 100%;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue