绿满眶商城微信小程序-uniapp
zxl
2025-07-11 01439f14432ee731be561d193c88e3ea31399345
pages/news/news.vue
@@ -1,8 +1,13 @@
<template>
   <view class="wrapper">
      <view style="height: 100rpx"></view>
      <u-empty v-if="mockData.length === 0 && !loading"
               mode="data"
               icon="http://cdn.uviewui.com/uview/empty/data.png">
      </u-empty>
      <!-- 内容区域 -->
      <scroll-view scroll-y class="content" style="height: 40vh;" @scrolltolower="loadMore" :lower-threshold="100">
         <view class="waterfall">
         
               <view class="item" v-for="(item, idx) in mockData" :key="item.id" @click="handleItemClick(item)">