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
4d1d8446
Commit
4d1d8446
authored
Oct 11, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
parents
f34bb59d
cfd0ddf1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
list.vue
components/goods/list.vue
+2
-1
style1.vue
components/goods/style1.vue
+1
-1
style5.vue
components/goods/style5.vue
+4
-4
No files found.
components/goods/list.vue
View file @
4d1d8446
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
</view>
</view>
<view
class=
"good-info"
>
<view
class=
"good-info"
>
<view
class=
"price"
>
<view
class=
"price"
>
{{
$utils
.
getretailer
()
==
true
?
cx
.
b2BPrice
:
cx
.
b2CPrice
}}
<text
class=
"sell"
>
起
</text>
{{
$utils
.
getretailer
()
==
true
?
cx
.
b2BPrice
:
cx
.
b2CPrice
}}
<!--
<text
class=
"sell"
>
起
</text>
-->
</view>
</view>
<view
class=
"cart"
>
<view
class=
"cart"
>
<u-icon
name=
"cart-o"
color=
"#ff4544"
size=
"40"
/>
<u-icon
name=
"cart-o"
color=
"#ff4544"
size=
"40"
/>
...
...
components/goods/style1.vue
View file @
4d1d8446
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
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
style=
'text-decoration: line-through;margin-left: 10px;font-size: 10px;color: gray;font-family: aa;'
>
原价:
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalPrice
)
:
''
}}
</span>
-->
</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=
"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-icon
name=
"add-o"
size=
"40"
style=
"color:#ff4544"
v-else-if=
"goodsInfo.buyBtn == 'add'"
/>
<u-button
<u-button
...
...
components/goods/style5.vue
View file @
4d1d8446
...
@@ -39,11 +39,11 @@
...
@@ -39,11 +39,11 @@
<template
v-if=
"item.subname"
>
{{
item
.
subname
}}
</
template
>
<template
v-if=
"item.subname"
>
{{
item
.
subname
}}
</
template
>
</view>
</view>
<view
class=
"good-price-info"
>
<view
class=
"good-price-info"
>
<view
class=
"price"
:style=
"{ color: mainColor }"
>
<view
class=
"price"
>
<view
class=
"good-sub-name"
style=
"flex: 1"
>
{{
<view
class=
"good-sub-name"
style=
"flex: 1"
>
{{
item.thirdname
item.thirdname
}}
</view>
}}
</view>
<span
style=
"color: #111"
>
<span>
{{ goodsInfo.showGoodsPrice ? getPrice(item.price) : "" }}
{{ goodsInfo.showGoodsPrice ? getPrice(item.price) : "" }}
</span>
</span>
<!-- <span style='text-decoration: line-through;font-size: 10px;color: gray;font-family: aa;'>原价:{{goodsInfo.showGoodsPrice ? getPrice(item.OriginalPrice) : ''}}</span> -->
<!-- <span style='text-decoration: line-through;font-size: 10px;color: gray;font-family: aa;'>原价:{{goodsInfo.showGoodsPrice ? getPrice(item.OriginalPrice) : ''}}</span> -->
...
@@ -183,7 +183,7 @@ export default {
...
@@ -183,7 +183,7 @@ export default {
};
};
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.her-scoller
{
.her-scoller
{
overflow-x
:
auto
!important
;
overflow-x
:
auto
!important
;
padding
:
12px
;
padding
:
12px
;
...
@@ -212,7 +212,7 @@ export default {
...
@@ -212,7 +212,7 @@ export default {
z-index
:
4
;
z-index
:
4
;
}
}
.her-scoller
.good-five
.img-box-style5
{
.her-scoller
.good-five
.img-box-style5
{
width
:
100%
;
/* width: 100%; */
height
:
224
rpx
;
height
:
224
rpx
;
border-radius
:
20
rpx
;
border-radius
:
20
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
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