|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
- <scroll-view scroll-y="true" :scroll-into-view="scrollViewId" upper-threshold="100" @scrolltoupper="onScrollTop" style="height: 100vh;">
|
|
|
+ <scroll-view scroll-y="true" :scroll-into-view="scrollViewId" upper-threshold="10" @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="item" v-for="item in list" :key="item.report_id" :id="`msg${item.report_id}${item.activity_id}`" >
|
|
|
<view class="msg-time">{{formatMsgTime(item.time)}}</view>
|
|
|
<view class="content" @click="goDetail(item)">
|
|
|
<view class="top-img" :style="'background-image:url('+item.img_url+')'">
|