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
c958c64b
Commit
c958c64b
authored
Feb 17, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5d9b240c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
437 additions
and
407 deletions
+437
-407
DMCchooseImg.vue
src/components/commonPage/DMCchooseImg.vue
+432
-407
onedayList.vue
...ponents/newTravelmanager/TravelTripPreview/onedayList.vue
+5
-0
No files found.
src/components/commonPage/DMCchooseImg.vue
View file @
c958c64b
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelTripPreview/onedayList.vue
View file @
c958c64b
...
...
@@ -127,12 +127,17 @@
//获取选择的图片
getDMCimg
(
imgArr
)
{
var
that
=
this
;
console
.
log
(
"imgArr"
,
imgArr
)
imgArr
.
forEach
(
imgItem
=>
{
var
obj
=
{
Name
:
imgItem
.
Name
,
Url
:
imgItem
.
Path
,
fileName
:
imgItem
.
Name
};
if
(
imgItem
.
VideoCover
)
{
obj
.
VideoCover
=
imgItem
.
VideoCover
;
}
that
.
scenicArray
[
0
].
NewImaArray
=
[];
that
.
scenicArray
[
0
].
NewImaArray
.
push
(
obj
);
that
.
scenicArray
[
0
].
NewScenicImg
=
JSON
.
stringify
(
that
.
scenicArray
[
0
].
NewImaArray
);
...
...
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