@@ -1,5 +1,5 @@
<template>
- <scroll-view scroll-y="true" :scroll-into-view="scrollViewId" @scrolltoupper="onScrollTop" style="height: 100vh;">
+ <scroll-view scroll-y="true" :scroll-into-view="scrollViewId" upper-threshold="100" @scrolltoupper="onScrollTop" style="height: 100vh;">
<view class="list">
<view class="item" v-for="item in list" :key="item" :id="`msg${item.report_id}${item.activity_id}`" >
<view class="msg-time">{{formatMsgTime(item.time)}}</view>