Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
group-buy-ui
Commits
065874c3
Commit
065874c3
authored
Sep 09, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新列表内容
parent
ac6c0119
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
63 deletions
+1
-63
index.less
src/views/goodsList/index.less
+0
-22
index.vue
src/views/goodsList/index.vue
+1
-41
No files found.
src/views/goodsList/index.less
View file @
065874c3
...
...
@@ -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;
}
}
}
}
src/views/goodsList/index.vue
View file @
065874c3
...
...
@@ -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 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment