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
bd31977c
Commit
bd31977c
authored
Feb 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
df2c6125
3f04b7e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
225 additions
and
9 deletions
+225
-9
detailTwo.vue
src/components/mall/detailTwo.vue
+9
-4
yarn.lock
yarn.lock
+216
-5
No files found.
src/components/mall/detailTwo.vue
View file @
bd31977c
...
@@ -343,7 +343,7 @@
...
@@ -343,7 +343,7 @@
<div
v-html=
"feature.featureHtml"
style=
"width:1000px;margin:0 auto;"
></div>
<div
v-html=
"feature.featureHtml"
style=
"width:1000px;margin:0 auto;"
></div>
</div>
</div>
<div
id=
"teamacitvy"
>
</div>
<div
id=
"teamacitvy"
>
</div>
<div
class=
"item-title"
v-if=
"dataList.isDirect&&
dataList.
travelLngLat.length>1"
>
<div
class=
"item-title"
v-if=
"dataList.isDirect&&travelLngLat.length>1"
>
<span
class=
"t"
>
行程地图
</span>
<span
class=
"t"
>
行程地图
</span>
<span>
<span>
<small
class=
"s"
></small>
<small
class=
"s"
></small>
...
@@ -351,9 +351,9 @@
...
@@ -351,9 +351,9 @@
<span>
Trip Maps
</span>
<span>
Trip Maps
</span>
</div>
</div>
<!-- -->
<!-- -->
<div
class=
"map-box"
v-if=
"dataList.isDirect&&
dataList.
travelLngLat.length>1"
>
<div
class=
"map-box"
v-if=
"dataList.isDirect&&travelLngLat.length>1"
>
<!-- <bmap :data="travelLngLat"/> -->
<!-- <bmap :data="travelLngLat"/> -->
<GGMap
:dataList=
"
dataList.
travelLngLat"
></GGMap>
<GGMap
:dataList=
"travelLngLat"
></GGMap>
<div
class=
"_travelLngLatInfo_box"
>
<div
class=
"_travelLngLatInfo_box"
>
<p
v-for=
"item in travelLngLatInfo"
><span
class=
"_travelLngLatInfo_label"
>
{{item.lable}}
</span>
: {{item.text}}
</p>
<p
v-for=
"item in travelLngLatInfo"
><span
class=
"_travelLngLatInfo_label"
>
{{item.lable}}
</span>
: {{item.text}}
</p>
</div>
</div>
...
@@ -850,7 +850,12 @@ export default {
...
@@ -850,7 +850,12 @@ export default {
this
.
showType
=
this
.
feature
.
featureType
;
this
.
showType
=
this
.
feature
.
featureType
;
this
.
dayTrip
=
this
.
dataList
.
dayNum
;
this
.
dayTrip
=
this
.
dataList
.
dayNum
;
if
(
this
.
dataList
.
isDirect
==
1
&&
this
.
dataList
.
travelLngLat
.
length
){
if
(
this
.
dataList
.
isDirect
==
1
&&
this
.
dataList
.
travelLngLat
.
length
){
this
.
travelLngLat
=
this
.
dataList
.
travelLngLat
;
this
.
travelLngLat
=
[];
//this.dataList.travelLngLat;
this
.
dataList
.
travelLngLat
.
forEach
(
x
=>
{
if
(
x
.
type
!=
2
){
this
.
travelLngLat
.
push
(
x
)
}
})
let
travelLngLatInfo
=
[];
let
travelLngLatInfo
=
[];
this
.
travelLngLat
.
forEach
((
x
,
index
)
=>
{
this
.
travelLngLat
.
forEach
((
x
,
index
)
=>
{
travelLngLatInfo
.
push
(
travelLngLatInfo
.
push
(
...
...
yarn.lock
View file @
bd31977c
This diff is collapsed.
Click to expand it.
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