Commit 065874c3 authored by beisir's avatar beisir

feat:更新列表内容

parent ac6c0119
......@@ -154,27 +154,5 @@
right: 0;
}
}
@{deep} .cr-card {
background-color: @white;
padding: 12px 0;
.cr-card__header__thumb {
width: 108px !important;
height: 108px !important;
overflow: hidden;
}
.cr-card__header__tag {
}
.cr-card__header__content__title {
line-height: 18px;
}
.cr-card__header__content__desc {
margin-top: 4px;
}
.group-price-top {
margin: 0;
}
}
}
}
......@@ -59,49 +59,9 @@
<div class="group-item-already">已拼2333团</div>
<div class="group-item-price">拼团价 ¥ 0</div>
<del class="group-item-delprice"> ¥{{ item.activityPrice }} </del>
<cr-button shape="circle" type="primary">主要按钮</cr-button>
<cr-button shape="circle" type="primary">立即开团</cr-button>
</dd>
</dl>
<!--
<cr-card
v-for="(item, index) in goodsList"
:key="index"
:thumb="item.thumbImageUrl || item.imageUrl"
class="group-item"
>
<template #tag>3人团</template>
<template #title>{{ item.goodsName }}</template>
<template #desc>
<cr-progress
class="group-progress"
stroke-width="5"
color="#EC1500"
track-color="#F7F8F9"
:show-pivot="false"
:percentage="handleProgressByStatus(item)"
/>
</template>
<template #priceTop>
<div class="group-price-top">已拼2333团</div>
</template>
<template #priceTop>
<div class="group-price-top">已拼2333团</div>
</template>
<template #price>
<p class="cr-card__number__normal-price">¥{{ item.activityPrice }}</p>
</template>
<template #originPrice>
<del v-if="item.price" class="cr-card__number__origin-price">
¥{{ item.price }}
</del>
</template>
<template #footer>
<cr-button size="small" type="danger" shape="circle" class="good-list_btn">
马上参团
</cr-button>
</template>
</cr-card> -->
</cr-list>
</div>
<!-- 下方列表展示信息 end -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment