Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
viitto
mallapp
Commits
a18f8095
Commit
a18f8095
authored
Jun 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
278bb7ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
JIaheactivitydetails.vue
pages/school/JIaheactivitydetails.vue
+4
-4
No files found.
pages/school/JIaheactivitydetails.vue
View file @
a18f8095
...
...
@@ -249,8 +249,8 @@
视频
</view>
<view
class=
"video-box"
>
<view
v-for=
"(item,index) in detial.FileGroup[0].groupList"
:key=
"index"
class=
"pic-box"
@
click=
"goPicDetail(item.FileList)"
>
<image
class=
"oneimg"
:src=
"item.FileList[0].
Path
"
mode=
"aspectFill"
v-if=
"item.FileList.length
<4
"
></image>
<view
v-for=
"(item,index) in detial.FileGroup[0].groupList"
:key=
"index"
class=
"pic-box"
@
click=
"goPicDetail(item.FileList)"
v-if=
"item.FileList.length>0"
>
<image
class=
"oneimg"
:src=
"item.FileList[0].
Image
"
mode=
"aspectFill"
v-if=
"item.FileList.length
<4
"
></image>
<view
class=
"fourimg-box"
v-if=
"item.FileList.length>=4"
>
<div
v-for=
"(_item,_index) in item.FileList"
:key=
"_item.id"
class=
"subpic-box"
v-if=
"_index
<
=
3
"
>
<!--
{{
_item
.
Path
}}
-->
...
...
@@ -270,8 +270,8 @@
图片
</view>
<view
class=
"video-box"
>
<view
v-for=
"(item,index) in detial.FileGroup[1].groupList"
:key=
"index"
class=
"pic-box"
@
click=
"goPicDetail(item.FileList)"
>
<image
class=
"oneimg"
:src=
"item.FileList[
1
].Path"
mode=
"aspectFill"
v-if=
"item.FileList.length
<4
"
></image>
<view
v-for=
"(item,index) in detial.FileGroup[1].groupList"
:key=
"index"
class=
"pic-box"
@
click=
"goPicDetail(item.FileList)"
v-if=
"item.FileList.length>0"
>
<image
class=
"oneimg"
:src=
"item.FileList[
0
].Path"
mode=
"aspectFill"
v-if=
"item.FileList.length
<4
"
></image>
<view
class=
"fourimg-box"
v-if=
"item.FileList.length>=4"
>
<div
v-for=
"(_item,_index) in item.FileList"
:key=
"_item.id"
class=
"subpic-box"
v-if=
"_index
<
=
3
"
>
<image
class=
"fourimg"
:src=
"_item.Path"
mode=
"aspectFill"
></image>
...
...
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