提交
This commit is contained in:
parent
17717082fb
commit
384d38cd0c
|
|
@ -23,9 +23,11 @@
|
|||
|
||||
<!-- 内容列表区域 -->
|
||||
<view class="benefits-container">
|
||||
<scroll-view scroll-y="true" class="benefits-scroll">
|
||||
<!-- 进行中列表 -->
|
||||
<template v-if="tabCur == 1">
|
||||
<!-- 进行中列表 -->
|
||||
<template v-if="tabCur == 1">
|
||||
<scroll-view scroll-y="true" class="benefits-scroll">
|
||||
|
||||
<!-- 已结束列表 -->
|
||||
<view v-for="(item, index) in ongoingData" :key="index" class="benefit-item relative"
|
||||
@click="$c.to({ url: '/pages/infinite/bonus_house_details?goods_id=' + item.id })">
|
||||
<text class="benefit-title">{{ item.title }}</text>
|
||||
|
|
@ -51,10 +53,14 @@
|
|||
|
||||
<text class="time-text">{{ item.Time }}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<!-- 已结束列表 -->
|
||||
<template v-else>
|
||||
</scroll-view>
|
||||
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<scroll-view scroll-y="true" class="benefits-scroll">
|
||||
|
||||
<view v-for="(item, index) in endedData" :key="index" class="benefit-item relative"
|
||||
@click="$c.to({ url: '/pages/infinite/bonus_house_details' })">
|
||||
<text class="benefit-title">{{ item.title }}</text>
|
||||
|
|
@ -80,8 +86,8 @@
|
|||
|
||||
<text class="time-text">{{ item.Time }}</text>
|
||||
</view>
|
||||
</template>
|
||||
</scroll-view>
|
||||
</scroll-view>
|
||||
</template>
|
||||
</view>
|
||||
|
||||
<view class="btn-group row center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user