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
bdd21afd
Commit
bdd21afd
authored
Mar 04, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘行程特色@’
parent
d8aa929a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
+25
-5
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+25
-5
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
bdd21afd
...
...
@@ -55,7 +55,9 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
>
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"hotelfile_"+(item*2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -495,7 +497,9 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
>
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"viewSpotfile_"+(item*4)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -656,7 +660,9 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
>
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"viewSpotfile_"+(item*4-2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -933,7 +939,9 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
>
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"restaurantfile_"+(item*2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -1207,7 +1215,7 @@
let
restaurantObj
=
json
.
restaurantObj
;
let
list
=
[];
restaurantObj
.
list
.
forEach
(
item
=>
{
// 餐饮筛选
if
(
item
.
DinnerName
&&
item
.
DinnerName
!==
''
&&
!
(
item
.
DinnerName
==
"酒店内享用早餐"
||
item
.
DinnerName
==
'酒店外享用早餐'
||
item
.
DinnerName
==
'机上
简餐或自理
'
||
item
.
DinnerName
==
'方便游玩敬请自理'
||
item
.
DinnerName
==
'机上简餐或自理'
||
item
.
DinnerName
==
'酒店享用'
))
{
if
(
item
.
DinnerName
&&
item
.
DinnerName
!==
''
&&
!
(
item
.
DinnerName
==
"酒店内享用早餐"
||
item
.
DinnerName
==
'酒店外享用早餐'
||
item
.
DinnerName
==
'机上
享用早餐
'
||
item
.
DinnerName
==
'方便游玩敬请自理'
||
item
.
DinnerName
==
'机上简餐或自理'
||
item
.
DinnerName
==
'酒店享用'
))
{
let
obj
=
{
name
:
''
,
MD5Sign
:
''
,
...
...
@@ -1846,6 +1854,18 @@
blockList.splice(index1,1);
blockList.push(JSON.parse(nowBlock))
},
// 图片高度重置
resetXY: function (name, index1, index2) {
let blockList = [];
if (name === 'hotel') {
blockList = this.hotelObj.list
} else if (name === 'viewSpot') {
blockList = this.viewSpotObj.list
} else if (name === 'restaurant') {
blockList = this.restaurantObj.list
}
this.imgTopReset(name, index1, index2);
},
// 版块删除
bolckToDelete: function (name, index1, index2) {
console.log(name, index1)
...
...
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