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
0ac257e2
Commit
0ac257e2
authored
Sep 25, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 处理小程序码的问题
parent
a5592cdb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
sharePic.vue
src/components/sharePic.vue
+2
-2
index.vue
src/views/goodsDetail/index.vue
+3
-2
smallPic.vue
src/views/goodsDetail/smallPic.vue
+4
-2
goodsCard.vue
src/views/goodsList/components/goodsCard.vue
+2
-4
No files found.
src/components/sharePic.vue
View file @
0ac257e2
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
<div
class=
"skuInfo"
>
<div
class=
"skuInfo"
>
<div
class=
"skuPrice"
>
<div
class=
"skuPrice"
>
<span
class=
"groupPriceContainer"
>
拼团价 ¥
</span>
<span
class=
"groupPriceContainer"
>
拼团价 ¥
</span>
<span
class=
"groupPrice"
>
¥
{{ sharePicData.activityPrice }}
</span>
<span
class=
"groupPrice"
>
¥
0
</span>
<span
class=
"salePrice"
>
¥{{ sharePicData.
sale
Price }}
</span>
<span
class=
"salePrice"
>
¥{{ sharePicData.
activity
Price }}
</span>
</div>
</div>
<div
class=
"skuSuccess"
>
<div
class=
"skuSuccess"
>
<p>
<p>
...
...
src/views/goodsDetail/index.vue
View file @
0ac257e2
...
@@ -27,8 +27,9 @@
...
@@ -27,8 +27,9 @@
<div
class=
"goods-group-buy-info"
>
<div
class=
"goods-group-buy-info"
>
<div
class=
"goods-group-buy-info-price"
>
<div
class=
"goods-group-buy-info-price"
>
<p
class=
"price"
>
<p
class=
"price"
>
成团价¥
<span
class=
"group-price"
>
{{ detailInfo.activityPrice }}
</span
成团价¥
<span
class=
"group-price"
>
0
</span>
售价¥
<span
class=
"sale-price"
>
{{
>
售价¥
<span
class=
"sale-price"
>
{{ detailInfo.price }}
</span>
detailInfo.activityPrice
}}
</span>
<!-- :class="{ scaleFont: parseInt(detailInfo.activityPrice) < 10000 }" -->
<!-- :class="{ scaleFont: parseInt(detailInfo.activityPrice) < 10000 }" -->
</p>
</p>
<p
class=
"desc"
>
拼团成功/失败,款项原路返回至账户
</p>
<p
class=
"desc"
>
拼团成功/失败,款项原路返回至账户
</p>
...
...
src/views/goodsDetail/smallPic.vue
View file @
0ac257e2
...
@@ -39,9 +39,11 @@
...
@@ -39,9 +39,11 @@
</div>
</div>
<div
class=
"goods-product-info-desc-price"
>
<div
class=
"goods-product-info-desc-price"
>
<div
class=
"goods-product-info-desc-price-group"
>
<div
class=
"goods-product-info-desc-price-group"
>
成团价 ¥
<span
class=
"actualPrice"
>
{{
detailInfo
.
activityPrice
}}
</span>
成团价 ¥
<span
class=
"actualPrice"
>
0
</span>
</div>
<div
class=
"goods-product-info-desc-price-market"
>
售价¥
{{
detailInfo
.
activityPrice
}}
</div>
</div>
<div
class=
"goods-product-info-desc-price-market"
>
售价¥
{{
detailInfo
.
price
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/views/goodsList/components/goodsCard.vue
View file @
0ac257e2
...
@@ -16,10 +16,8 @@
...
@@ -16,10 +16,8 @@
:percentage=
"handleProgressByStatus(goodsItem)"
:percentage=
"handleProgressByStatus(goodsItem)"
/>
/>
<div
class=
"group-item-already"
>
已拼
{{
goodsItem
.
groupBuySuccessCount
}}
团
</div>
<div
class=
"group-item-already"
>
已拼
{{
goodsItem
.
groupBuySuccessCount
}}
团
</div>
<div
class=
"group-item-price"
>
<div
class=
"group-item-price"
>
成团价 ¥
<sup
class=
"group-item-sup"
>
0
</sup></div>
成团价 ¥
<sup
class=
"group-item-sup"
>
{{
goodsItem
.
activityPrice
}}
</sup>
<div
class=
"group-item-delprice"
>
售价 ¥
{{
goodsItem
.
activityPrice
}}
</div>
</div>
<div
class=
"group-item-delprice"
>
售价 ¥
{{
goodsItem
.
price
}}
</div>
<!-- 立即开团 -->
<!-- 立即开团 -->
<!-- 已抢光 -->
<!-- 已抢光 -->
<!-- 未开始 -->
<!-- 未开始 -->
...
...
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