Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2ae65cd6
Commit
2ae65cd6
authored
Feb 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘酒店判断@’
parent
b6862ee5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+4
-5
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
2ae65cd6
...
...
@@ -2,10 +2,9 @@
<!--
<div
id=
'newFeatureBox'
v-if=
"!Refresh"
v-loading=
"RenderingOk"
>
-->
<div
id=
'newFeatureBox'
v-if=
"!Refresh"
>
<!-- 酒店 -->
<div
class=
"travle_page"
v-for=
"(item, index) in hotelObj.pageList"
:key=
"'hotel'+index "
v-if=
"hotelObj.list.length>0"
>
<div
class=
"travle_page"
v-for=
"(item, index) in hotelObj.pageList"
:key=
"'hotel'+index "
v-if=
"
item === 0 &&
hotelObj.list.length>0"
>
<!-- 酒店1 -->
<!-- item === 0 && -->
<div
class=
"travel_hotel_1"
v-if=
"hotelObj.list!=null && hotelObj.list.length>0"
>
<div
class=
"travel_hotel_1"
v-if=
"item === 0 && hotelObj.list!=null && hotelObj.list.length>0"
>
<div
class=
"hotel_1_header"
>
<img
class=
"hotel_1_header_bg"
:src=
"`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_top_$
{templateType}.jpg`">
<img
class=
"hotel_1_header_bg2"
:src=
"`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_title1_$
{templateType}.jpg`">
...
...
@@ -219,7 +218,7 @@
</div>
</div>
<!-- 酒店2 -->
<
!--
<
div
class=
"travel_hotel_2"
v-if=
"item !== 0"
>
<div
class=
"travel_hotel_2"
v-if=
"item !== 0"
>
<div
class=
"hotel_2_info_1"
v-if=
"hotelObj.list[item*2]"
>
<div
class=
"travel_toolbar_block"
v-if=
"canEdit===true"
>
<vToolBar
...
...
@@ -439,7 +438,7 @@
</div>
</div>
</div>
</div>
-->
</div>
</div>
<!-- 景点 -->
<div
class=
"travle_page"
v-for=
"(item, index) in viewSpotObj.pageList"
:key=
"'viewSpot'+index"
v-if=
"viewSpotObj.list.length>0"
>
...
...
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