Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
ff830ab4
Commit
ff830ab4
authored
Feb 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'价格显示,详情页图片模糊'
parent
bd31977c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
746 additions
and
742 deletions
+746
-742
detail.css
src/assets/css/detail.css
+0
-726
confirmationOrderDownLoad.vue
src/components/global/confirmationOrderDownLoad.vue
+730
-3
detailTwo.vue
src/components/mall/detailTwo.vue
+14
-11
search.vue
src/components/mall/search.vue
+2
-2
No files found.
src/assets/css/detail.css
View file @
ff830ab4
This diff is collapsed.
Click to expand it.
src/components/global/confirmationOrderDownLoad.vue
View file @
ff830ab4
This diff is collapsed.
Click to expand it.
src/components/mall/detailTwo.vue
View file @
ff830ab4
...
...
@@ -104,7 +104,7 @@
</div>
<div>
<span
class=
"red"
>
¥
</span>
<span
class=
"red big"
>
{{
toDayObj
?(
isLogin
!==
1
?
toDayObj
.
b2
BPrice
:
toDayObj
.
b2C
Price
):
0
}}
</span>
<span
class=
"red big"
>
{{
toDayObj
?(
isLogin
!==
1
?
toDayObj
.
b2
CPrice
:
toDayObj
.
b2B
Price
):
0
}}
</span>
<span>
/人起
</span>
<span
class=
"tips pointer"
>
起价说明
...
...
@@ -127,16 +127,16 @@
</el-col>
<el-col
:span=
'12'
>
<el-col
:span=
'12'
>
<img
@
click=
"showImg(imgCover),initialIndex =1"
v-if=
"imgCover&&imgCover[0]"
:src=
"
imgCover[0].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex =1"
v-if=
"imgCover&&imgCover[0]"
:src=
"
editSrc(imgCover[0].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 2"
v-if=
"imgCover&&imgCover[1]"
:src=
"
imgCover[1].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 2"
v-if=
"imgCover&&imgCover[1]"
:src=
"
editSrc(imgCover[1].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%;margin-top:3px;"
/>
</el-col>
<el-col
:span=
'12'
>
<img
@
click=
"showImg(imgCover),initialIndex = 3"
v-if=
"imgCover&&imgCover[2]"
:src=
"imgCover[2].Url==''?'../../assets/img/bg_c2@3x.png':
imgCover[2].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 3"
v-if=
"imgCover&&imgCover[2]"
:src=
"imgCover[2].Url==''?'../../assets/img/bg_c2@3x.png':
editSrc(imgCover[2].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%"
/>
<div
class=
"last"
>
<img
v-if=
"imgCover&&imgCover[3]"
:src=
"imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':
imgCover[3].Url
"
style=
"height: 126px;width:100%"
/>
<img
v-if=
"imgCover&&imgCover[3]"
:src=
"imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':
editSrc(imgCover[3].Url)
"
style=
"height: 126px;width:100%"
/>
<img
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%;margin-top:3px;"
/>
<div
class=
"tip"
@
click=
"showImg(imgCover)"
>
查看全部图片
...
...
@@ -147,21 +147,21 @@
</
template
>
<
template
v-else
>
<el-col
:span=
'12'
>
<img
@
click=
"showImg(imgCover),initialIndex = 0"
v-if=
"imgCover&&imgCover[0]"
:src=
"
imgCover[0].Url
"
style=
"height: 259px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 0"
v-if=
"imgCover&&imgCover[0]"
:src=
"
editSrc(imgCover[0].Url)
"
style=
"height: 259px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 259px;width:100%"
/>
</el-col>
<el-col
:span=
'12'
>
<el-col
:span=
'12'
>
<img
@
click=
"showImg(imgCover),initialIndex =1"
v-if=
"imgCover&&imgCover[1]"
:src=
"
imgCover[1].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex =1"
v-if=
"imgCover&&imgCover[1]"
:src=
"
editSrc(imgCover[1].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 2"
v-if=
"imgCover&&imgCover[2]"
:src=
"
imgCover[2].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 2"
v-if=
"imgCover&&imgCover[2]"
:src=
"
editSrc(imgCover[2].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%;margin-top:3px;"
/>
</el-col>
<el-col
:span=
'12'
>
<img
@
click=
"showImg(imgCover),initialIndex = 3"
v-if=
"imgCover&&imgCover[3]"
:src=
"imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':
imgCover[3].Url
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover),initialIndex = 3"
v-if=
"imgCover&&imgCover[3]"
:src=
"imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':
editSrc(imgCover[3].Url)
"
style=
"height: 126px;width:100%"
/>
<img
@
click=
"showImg(imgCover)"
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%"
/>
<div
class=
"last"
>
<img
v-if=
"imgCover&&imgCover[4]"
:src=
"imgCover[4].Url==''?'../../assets/img/bg_c2@3x.png':
imgCover[4].Url
"
style=
"height: 126px;width:100%"
/>
<img
v-if=
"imgCover&&imgCover[4]"
:src=
"imgCover[4].Url==''?'../../assets/img/bg_c2@3x.png':
editSrc(imgCover[4].Url)
"
style=
"height: 126px;width:100%"
/>
<img
v-else
src=
"../../assets/img/bg_c2@3x.png"
style=
"height: 126px;width:100%;margin-top:3px;"
/>
<div
class=
"tip"
@
click=
"showImg(imgCover)"
>
查看全部图片
...
...
@@ -755,6 +755,9 @@ export default {
// this.initMap();
},
methods
:
{
editSrc
:
function
(
src
)
{
return
src
.
split
(
'?'
)[
0
]
},
PDFDownLoad
:
function
(
type
)
{
if
(
type
)
{
this
.
travelControlTripLayerShow
=
true
...
...
src/components/mall/search.vue
View file @
ff830ab4
...
...
@@ -127,9 +127,9 @@
<span>
<i
class=
"iconfont icon-bb-yuwei"
></i>
余位:
{{
item
.
surplus
>
10
?
"充足"
:
`仅于${item.surplus
}
席`
}}
<
/span
>
<
span
class
=
"down"
>
<
!--
<
span
class
=
"down"
>
<
i
class
=
"iconfont icon-bb-xiazai"
><
/i>下载行
程
<
/span
>
<
/span>
--
>
<
/div
>
<
div
class
=
"item-tag"
>
<
el
-
tag
type
=
"danger"
>
{{
item
.
ltName
}}
<
/el-tag
>
...
...
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