浏览代码

scrollview加载白屏

jwyu 3 年之前
父节点
当前提交
0e5c7fff9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages-buy/detail.vue

+ 1 - 1
pages-buy/detail.vue

@@ -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>