1
xuxueyang
2024-09-27 e542a9701287f44d67d7de5eb6f6d6d5f3e389b7
1
已修改1个文件
14 ■■■■■ 文件已修改
pages/home/components/home-top-flow.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {