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
6939258b
Commit
6939258b
authored
Feb 17, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c958c64b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
DMCchooseImg.vue
src/components/commonPage/DMCchooseImg.vue
+2
-2
onedayList.vue
...ponents/newTravelmanager/TravelTripPreview/onedayList.vue
+2
-3
No files found.
src/components/commonPage/DMCchooseImg.vue
View file @
6939258b
...
@@ -209,9 +209,9 @@
...
@@ -209,9 +209,9 @@
</span>
</span>
<div
class=
"addimgContent test-1"
>
<div
class=
"addimgContent test-1"
>
<div
class=
"addimgDiv"
v-for=
"(item,index) in videoListArray"
:key=
"item.subCode"
<div
class=
"addimgDiv"
v-for=
"(item,index) in videoListArray"
:key=
"item.subCode"
v-if=
"item.isShowImgDiv&&item.
VideoCover
!=null"
>
v-if=
"item.isShowImgDiv&&item.
Path
!=null"
>
<div
class=
"itemImgdiv"
@
click=
"selectVideo(index)"
>
<div
class=
"itemImgdiv"
@
click=
"selectVideo(index)"
>
<img
:src=
'item.
VideoCover
'
@
error=
"imgError(item)"
/>
<img
:src=
'item.
Path
'
@
error=
"imgError(item)"
/>
<div
class=
"imgseclet"
v-show=
"item.isShow"
><i
class=
"iconfont icon-dagouyouquan"
></i></div>
<div
class=
"imgseclet"
v-show=
"item.isShow"
><i
class=
"iconfont icon-dagouyouquan"
></i></div>
</div>
</div>
<div
class=
"imgDescription"
>
{{
item
.
Name
}}
</div>
<div
class=
"imgDescription"
>
{{
item
.
Name
}}
</div>
...
...
src/components/newTravelmanager/TravelTripPreview/onedayList.vue
View file @
6939258b
...
@@ -127,16 +127,15 @@
...
@@ -127,16 +127,15 @@
//获取选择的图片
//获取选择的图片
getDMCimg
(
imgArr
)
{
getDMCimg
(
imgArr
)
{
var
that
=
this
;
var
that
=
this
;
console
.
log
(
"imgArr"
,
imgArr
)
imgArr
.
forEach
(
imgItem
=>
{
imgArr
.
forEach
(
imgItem
=>
{
var
obj
=
{
var
obj
=
{
Name
:
imgItem
.
Name
,
Name
:
imgItem
.
Name
,
Url
:
imgItem
.
Path
,
Url
:
imgItem
.
Path
,
fileName
:
imgItem
.
Name
fileName
:
imgItem
.
Name
};
};
if
(
imgItem
.
Video
Cover
)
if
(
imgItem
.
Video
Path
)
{
{
obj
.
Video
Cover
=
imgItem
.
VideoCover
;
obj
.
Video
Path
=
imgItem
.
VideoPath
;
}
}
that
.
scenicArray
[
0
].
NewImaArray
=
[];
that
.
scenicArray
[
0
].
NewImaArray
=
[];
that
.
scenicArray
[
0
].
NewImaArray
.
push
(
obj
);
that
.
scenicArray
[
0
].
NewImaArray
.
push
(
obj
);
...
...
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