1
xuxueyang
2024-08-03 52b7688811aff148c5fcd61925c71f9220b33fcb
pages/home/components/home-top-flow.vue
@@ -2,7 +2,7 @@
   <view class="home-top-flow">
      <view class="item flex" v-for="(item,index) of list" :key="index" @click="toDetail(item)">
         <view class="img">
            <image class="img img100"  :class="[!item.stock?'':'']" :src="item.cover">
            <image class="img img100" :class="[!item.stock?'':'']" :src="item.cover">
            </image>
            <view class="level">
               {{ item.levelStr}}
@@ -52,7 +52,8 @@
         return {
            // list: [{}, {}, {}, {}]
            query: {
               status: 'UP'
               status: 'UP',
               recommend: true
            }
         };
      },