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
55ccecc8
Commit
55ccecc8
authored
Mar 04, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fff
parent
36d66056
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
25 deletions
+5
-25
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+5
-25
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
55ccecc8
...
...
@@ -55,9 +55,7 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
@
toDelete=
"imgToDelete"
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"hotelfile_"+(item*2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -497,9 +495,7 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
@
toDelete=
"imgToDelete"
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"viewSpotfile_"+(item*4)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -660,9 +656,7 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
@
toDelete=
"imgToDelete"
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"viewSpotfile_"+(item*4-2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -939,9 +933,7 @@
@
toNextZ=
"imgToNextZ"
@
toHuan=
"imgToHuan"
@
toXuan=
"imgToXuan"
@
toDelete=
"imgToDelete"
@
toReset=
"resetXY"
:isReset=
'true'
>
@
toDelete=
"imgToDelete"
>
</vToolBar>
<input
type=
"file"
style=
"display:none"
:id=
'"restaurantfile_"+(item*2)+"_0"'
@
change=
"uploadpic"
>
</div>
...
...
@@ -1215,7 +1207,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
:
''
,
...
...
@@ -1854,18 +1846,6 @@
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