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
9d2dfed7
Commit
9d2dfed7
authored
Aug 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0fdb1b72
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
FreeDetail.vue
src/components/FreeTravel/FreeDetail.vue
+1
-1
FreeHome.vue
src/components/FreeTravel/FreeHome.vue
+5
-5
FreeList.vue
src/components/FreeTravel/FreeList.vue
+2
-2
FreeList2.vue
src/components/FreeTravel/FreeList2.vue
+1
-1
index.js
src/plugins/index.js
+1
-1
No files found.
src/components/FreeTravel/FreeDetail.vue
View file @
9d2dfed7
...
...
@@ -432,7 +432,7 @@ export default {
this
.
ActiveSrc
=
item
.
img_url
;
},
ConcatImg
(
src
){
return
this
.
DomainUrl
+
src
;
return
src
;
},
getEventNoList
(
id
){
this
.
apiJavaPost
(
...
...
src/components/FreeTravel/FreeHome.vue
View file @
9d2dfed7
...
...
@@ -762,7 +762,7 @@
<div
class=
"price price3"
>
<p
class=
"now-p"
>
¥
<strong
class=
"PingFangR"
>
{{
item
.
b2c_price
}}
</strong>
/人
</p>
</div>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain+
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
<div
class=
"tag"
>
<span><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
</div>
...
...
@@ -789,7 +789,7 @@
<div
class=
"price price2"
>
<p
class=
"now-p"
>
¥
<strong>
{{
item
.
b2c_price
}}
</strong>
/人
</p>
</div>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain+
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
<div
class=
"tag"
>
<span><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
</div>
...
...
@@ -816,7 +816,7 @@
<div
class=
"price"
>
<p
class=
"now-p"
>
¥
<strong>
{{
item
.
b2c_price
}}
</strong>
/人
</p>
</div>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain+
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
<div
class=
"tag"
>
<span
class=
"PingFangR"
><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
</div>
...
...
@@ -843,7 +843,7 @@
<div
class=
"price price4"
>
<p
class=
"now-p"
>
¥
<strong>
{{
item
.
b2c_price
}}
</strong>
/人
</p>
</div>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain+
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
<div
class=
"tag"
>
<span
class=
"PingFangR"
><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
</div>
...
...
@@ -1260,7 +1260,7 @@ export default {
if
(
TaoCanIds
.
length
<
6
)
{
TaoCanIds
.
push
({
num
:
x
.
prod_no
,
url
:
this
.
KkdayDomain
+
x
.
prod_img_url
url
:
x
.
prod_img_url
})
}
list2
.
push
(
x
)
...
...
src/components/FreeTravel/FreeList.vue
View file @
9d2dfed7
...
...
@@ -513,7 +513,7 @@
<div
class=
"pro-item"
@
click=
"goDetails(sItem)"
>
<span
class=
"pro-item-tag bgc-b cff"
:class=
"`bgc-b$
{sItem.prod_type == 'M01' ? 1 : sItem.prod_type == 'M04' ? 2 : sItem.prod_type == 'M05' ? 3 : 4}`">
{{
sItem
.
prod_type
==
'M01'
?
'一日游'
:
sItem
.
prod_type
==
'M04'
?
'交通'
:
sItem
.
prod_type
==
'M05'
?
'门票'
:
'其他'
}}
</span>
<div
class=
"pro-item-top"
>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain +
sItem.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"sItem.prod_img_url"
alt=
""
>
<p
class=
"text4 f14 PingFangR"
>
{{
sItem
.
prod_name
.
replace
(
/KKday/g
,
'印象之旅'
)
}}
</p>
</div>
<div
class=
"pro-item-btm"
>
...
...
@@ -590,7 +590,7 @@
<el-col
:span=
"6"
v-for=
"(item, index) in dataList"
:key=
"index"
>
<div
class=
"shangpinliebiao-item"
@
click=
"goDetails(item)"
>
<div
class=
"top-img"
>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain +
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
</div>
<div
class=
"tag"
>
<span><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
...
...
src/components/FreeTravel/FreeList2.vue
View file @
9d2dfed7
...
...
@@ -624,7 +624,7 @@
<el-col
:span=
"6"
v-for=
"(item, index) in dataList"
:key=
"index"
>
<div
class=
"shangpinliebiao-item"
@
click=
"goDetails(item)"
>
<div
class=
"top-img"
>
<img
:onerror=
"defaultImg"
:src=
"
KkdayDomain +
item.prod_img_url"
alt=
""
>
<img
:onerror=
"defaultImg"
:src=
"item.prod_img_url"
alt=
""
>
</div>
<div
class=
"tag"
>
<span><i
class=
"iconfont icon-mudedi"
></i>
<span
class=
"PingFangR"
>
{{
item
.
countries
[
0
].
name
+
'-'
+
item
.
countries
[
0
].
cities
[
0
].
name
}}
</span>
</span>
...
...
src/plugins/index.js
View file @
9d2dfed7
...
...
@@ -30,7 +30,7 @@ export default {
DomainUrl
:
domainUrl
,
//常用提交数据URL
PostUrl
:
domainUrl
+
"/api/common/post"
,
// javaUrl: locationName.indexOf('oytour') !== -1
|| locationName.indexOf('viitto') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com" : "http://47.96.12.235:9001")
: "http://192.168.2.215:9000",
// javaUrl: locationName.indexOf('oytour') !== -1
? "http://efficient.oytour.com" : locationName.indexOf('viitto') !== -1 ? "http://47.96.12.235:9001"
: "http://192.168.2.215:9000",
javaUrl
:
"http://efficient.oytour.com"
,
ViittoFileUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://imgfile.oytour.com"
:
'http://192.168.2.214:8130'
,
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://upload.oytour.com"
:
"http://192.168.2.214:8120"
,
...
...
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