jwyu 3 жил өмнө
parent
commit
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>