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
eb2d7e74
Commit
eb2d7e74
authored
Mar 06, 2019
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复搜索页面的跳转空白页问题
parent
8ab08c8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
search.vue
src/components/mall/search.vue
+5
-5
index.js
src/plugins/index.js
+1
-1
No files found.
src/components/mall/search.vue
View file @
eb2d7e74
...
...
@@ -110,13 +110,13 @@
<div
class=
"daynum"
>
{{
item
.
dayNum
}}
天
</div>
<el-carousel
:interval=
"3000"
:autoplay=
'hoverIndex==index'
arrow=
"never"
height=
"148"
:style=
"
{'background':'#ddd'}" v-if='item.imgCover!=""'>
<el-carousel-item
v-for=
"(img,imgIndex) in JSON.parse(item.imgCover)"
:key=
"imgIndex"
v-if=
'img.Url!=""'
>
<img
v-lazy=
'`$
{img.Url}?x-oss-process=image/resize,m_fill,h_148,w_200`' @click="goUrl('detail',item.id)">
<img
v-lazy=
'`$
{img.Url}?x-oss-process=image/resize,m_fill,h_148,w_200`' @click="goUrl('detail',item.id
,item.tcid
)">
</el-carousel-item>
</el-carousel>
<img
v-else
style=
"height:100%;width:100%"
src=
'../../assets/img/banner@3x.png'
/>
</div>
<div
class=
"contentbox"
>
<div
class=
"title"
@
click=
"goUrl('detail',item.id)"
>
{{
item
.
title
}}
</div>
<div
class=
"title"
@
click=
"goUrl('detail',item.id
,item.tcid
)"
>
{{
item
.
title
}}
</div>
<div
class=
"item-info"
>
<span>
<i
class=
"iconfont icon-bb-chufadi"
></i>
出发地:
{{
item
.
startCityName
?
item
.
startCityName
:
'成都'
}}
...
...
@@ -150,7 +150,7 @@
<
div
class
=
"price"
>
¥
{{
isLogin
!==
1
?
item
.
b2CPrice
:
item
.
b2BPrice
}}
<
span
>
起
<
/span
>
<
/div
>
<
el
-
button
size
=
'mini'
@
click
=
"goUrl('detail',item.id)"
>
立即预订
<
/el-button
>
<
el
-
button
size
=
'mini'
@
click
=
"goUrl('detail',item.id
,item.tcid
)"
>
立即预订
<
/el-button
>
<
/div
>
<
/div
>
<
div
class
=
"item-pager"
v
-
if
=
'teamDatas.length>0'
>
...
...
@@ -216,10 +216,10 @@ export default {
this
.
loadDayCount
()
}
,
methods
:
{
goUrl
(
path
,
id
){
goUrl
(
path
,
id
,
tcid
){
// detailTwo
path
=
'detailTwo'
path
=
`${path
}
/${encodeURIComponent(id)
}
`
path
=
`${path
}
/${encodeURIComponent(id)
}
/`
+
tcid
this
.
$router
.
push
({
path
}
)
}
,
proving
(){
...
...
src/plugins/index.js
View file @
eb2d7e74
...
...
@@ -14,7 +14,7 @@ export default {
// var domainUrl = "http://test_reborn.oytour.com";//主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
// var domainUrl = "http://192.168.2.214:8082"//主域名
let
domainUrl
=
"http
://192.168.2.16:8083
"
;
//刘东主域名
let
domainUrl
=
"http
s://reborn.oytour.com
"
;
//刘东主域名
if
(
this
.
isOnline
())
{
if
(
window
.
location
.
host
.
indexOf
(
'viitto.com'
)
!=-
1
)
domainUrl
=
"http://test.viitto.com"
...
...
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