陶杰
2025-01-19 87a56274d598af9842b593ec972f517161f60707
pages/home/components/home-top-flow.vue
@@ -11,16 +11,18 @@
         <view class="m-l-12 info-container flex1">
            <view class="title">
               {{ item.name || '-' }}
               <view style="max-width: 200rpx;word-break: break-all;">
                  {{ item.name || '-' }}
               </view>
               <!-- <span v-if="item.categoryStr" class="m-l-10">{{item.categoryStr || '-'}}</span> -->
               <view class="price component-price-new">
                  <span class="tip">会员价</span>¥<span class="p">{{item.priceMember||item.price}}</span>/扎
                  <view class="component-price-old">
                     ¥{{item.price}}/扎
                  </view>
               </view>
            </view>
            <view class="tags" v-if="item.tags">
               <view class="tag red" v-for="(tag,k) of item.tagArr" :class="[k===0?'red':'green']" :key="tag">{{
@@ -69,12 +71,12 @@
         this.page.current = 1
         this.getList('post')
      },
      methods: {
         init(){
         init() {
            this.refreshList('post')
         },
         fun_GetMore(){
         fun_GetMore() {
            this.getMore('post')
         },
         getList_after() {