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
76b9102a
Commit
76b9102a
authored
Jun 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a18f8095
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
9 deletions
+18
-9
JIaheactivitydetails.vue
pages/school/JIaheactivitydetails.vue
+12
-4
picDetail.vue
pages/school/picDetail.vue
+6
-5
No files found.
pages/school/JIaheactivitydetails.vue
View file @
76b9102a
...
...
@@ -240,12 +240,21 @@
{{
detial
.
LocationName
}}
</view>
</view>
<view
style=
"width: 100%;padding: 15px;margin-bottom: 150rpx;"
>
<view
class=
"acdetail_Intro"
v-html=
"richtext"
></view>
<view
class=
"title-pic"
v-if=
"detial.FileGroup.length>0"
>
<view
class=
"title-pic"
v-if=
"detial.Summary"
>
活动总结
</view>
<!--
<view
>
<rich-text
:nodes=
"detial.Summary"
></rich-text>
</view>
-->
<view
class=
"acdetail_Intro"
v-html=
"detial.Summary"
v-if=
"detial.Summary"
></view>
<view
class=
"title-pic"
v-if=
"detial.FileGroup[0].groupList.length>0||detial.FileGroup[1].groupList.length>0"
>
活动相册
</view>
<view
class=
"pic-name"
v-if=
"detial.FileGroup[0]"
>
<view
class=
"pic-name"
v-if=
"detial.FileGroup[0]
.groupList.length>0
"
>
视频
</view>
<view
class=
"video-box"
>
...
...
@@ -263,10 +272,9 @@
<view
class=
"item-num"
>
{{
item
.
FileList
.
length
}}
</view>
</view>
</view>
<view
class=
"pic-name"
v-if=
"detial.FileGroup[1]"
>
<view
class=
"pic-name"
v-if=
"detial.FileGroup[1]
.groupList.length>0
"
>
图片
</view>
<view
class=
"video-box"
>
...
...
pages/school/picDetail.vue
View file @
76b9102a
...
...
@@ -4,7 +4,7 @@
暂无内容
</view>
<view
v-for=
"(item,index) in dataList"
:key=
"index"
class=
"img-box"
style=
"position: relative;"
v-if=
"dataList.length>0"
>
<image
:src=
"item.Path"
mode=
"aspectFill"
class=
"img"
v-if=
"item.Type==1"
@
click=
"previewImage"
></image>
<image
:src=
"item.Path"
mode=
"aspectFill"
class=
"img"
v-if=
"item.Type==1"
@
click=
"previewImage
(index)
"
></image>
<video
:id=
"item.Id"
:src=
"item.Path"
style=
"width: 200rpx;height: 200rpx;"
:controls=
'controls'
:show-center-play-btn=
'false'
...
...
@@ -122,17 +122,18 @@
background-color
:
#000000
;
}
.img-box
{
width
:
2
00
rpx
;
height
:
2
00
rpx
;
width
:
2
15
rpx
;
height
:
2
15
rpx
;
border-radius
:
12rpx
;
bottom
:
10px
;
margin-right
:
10px
;
margin-bottom
:
10px
;
border
:
1rpx
solid
#EEEEEE
;
overflow
:
hidden
;
}
.img
{
width
:
2
00
rpx
;
height
:
2
00
rpx
;
width
:
2
15
rpx
;
height
:
2
15
rpx
;
border-radius
:
12rpx
;
}
}
...
...
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