Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhengke
jz_Travel
Commits
bd373269
Commit
bd373269
authored
Oct 11, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
572392a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
style1.vue
components/goods/style1.vue
+1
-1
style5.vue
components/goods/style5.vue
+2
-2
No files found.
components/goods/style1.vue
View file @
bd373269
...
...
@@ -41,7 +41,7 @@
<span
class=
"price"
>
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
price
)
:
''
}}
<!--
<span
style=
'text-decoration: line-through;margin-left: 10px;font-size: 10px;color: gray;font-family: aa;'
>
原价:
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalPrice
)
:
''
}}
</span>
-->
</span>
<span
class=
"buy"
v-if=
"goodsInfo.showBuyBtn"
@
click
.
stop=
"showSkuHandler(item)"
>
<span
class=
"buy"
v-if=
"goodsInfo.showBuyBtn"
>
<u-icon
name=
"cart-o"
size=
"40"
style=
"color:#ff4544"
v-if=
"goodsInfo.buyBtn == 'cart'"
/>
<u-icon
name=
"add-o"
size=
"40"
style=
"color:#ff4544"
v-else-if=
"goodsInfo.buyBtn == 'add'"
/>
<u-button
...
...
components/goods/style5.vue
View file @
bd373269
...
...
@@ -39,11 +39,11 @@
<template
v-if=
"item.subname"
>
{{
item
.
subname
}}
</
template
>
</view>
<view
class=
"good-price-info"
>
<view
class=
"price"
:style=
"{ color: mainColor }"
>
<view
class=
"price"
>
<view
class=
"good-sub-name"
style=
"flex: 1"
>
{{
item.thirdname
}}
</view>
<span
style=
"color: #111"
>
<span>
{{ goodsInfo.showGoodsPrice ? getPrice(item.price) : "" }}
</span>
<!-- <span style='text-decoration: line-through;font-size: 10px;color: gray;font-family: aa;'>原价:{{goodsInfo.showGoodsPrice ? getPrice(item.OriginalPrice) : ''}}</span> -->
...
...
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