绿满眶商城微信小程序-uniapp
peng
2025-08-08 8a2d6949a4525f90e0e75f2f3f83c13b8830a758
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)">