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
f8d722fe
Commit
f8d722fe
authored
Jul 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a975d221
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
JIaheactivitydetails.vue
pages/school/JIaheactivitydetails.vue
+6
-3
picDetail.vue
pages/school/picDetail.vue
+1
-3
No files found.
pages/school/JIaheactivitydetails.vue
View file @
f8d722fe
...
@@ -349,9 +349,12 @@
...
@@ -349,9 +349,12 @@
<view
class=
"details-b-time"
>
<view
class=
"details-b-time"
>
活动时间:
{{
detial
.
HDStart
}}
-
{{
detial
.
HDEnd
}}
活动时间:
{{
detial
.
HDStart
}}
-
{{
detial
.
HDEnd
}}
</view>
</view>
<view
class=
"details-b-time"
>
活动席位:
{{
detial
.
TotalMan
}}
人
</view>
<view
class=
"details-b-time"
>
<view
class=
"details-b-time"
>
<text
v-if=
"detial.Distinguish==1"
>
报名人数:
{{
detial
.
TotalMan
}}
人
</text>
<text
v-if=
"detial.Distinguish==1"
>
已报入:
{{
detial
.
JoinNum
}}
人
</text>
<text
v-if=
"detial.Distinguish==0"
>
报名人数
:男性
{{
detial
.
ManNum
}}
人
<text
style=
"margin-left: 10px;"
>
女性
{{
detial
.
WoManNum
}}
人
</text>
</text>
<text
v-if=
"detial.Distinguish==0"
>
已报入
:男性
{{
detial
.
ManNum
}}
人
<text
style=
"margin-left: 10px;"
>
女性
{{
detial
.
WoManNum
}}
人
</text>
</text>
</view>
</view>
<view
class=
"details-b-time"
v-if=
"detial.AgeLimit==0"
>
<view
class=
"details-b-time"
v-if=
"detial.AgeLimit==0"
>
<text
>
年龄范围:
{{
detial
.
StartAge
}}
岁 ~
{{
detial
.
EndAge
}}
岁
</text>
<text
>
年龄范围:
{{
detial
.
StartAge
}}
岁 ~
{{
detial
.
EndAge
}}
岁
</text>
...
@@ -432,7 +435,7 @@
...
@@ -432,7 +435,7 @@
</view>
</view>
<view
class=
"video-box"
>
<view
class=
"video-box"
>
<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"
>
<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=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/
bofang.jp
g"
mode=
"aspectFill"
></image>
<image
class=
"oneimg"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/
videologo.pn
g"
mode=
"aspectFill"
></image>
<!-- <image class="oneimg" :src="item.FileList[0].Image" mode="aspectFill" v-if="item.FileList.length<4" ></image> -->
<!-- <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" >
<!-- <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">
<div v-for="(_item,_index) in item.FileList" :key="_item.id" class="subpic-box" v-if="_index<=3">
...
...
pages/school/picDetail.vue
View file @
f8d722fe
...
@@ -5,14 +5,12 @@
...
@@ -5,14 +5,12 @@
</view>
</view>
<view
v-for=
"(item,index) in dataList"
:key=
"index"
class=
"img-box"
style=
"position: relative;"
v-if=
"dataList.length>0"
>
<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(index)"
></image>
<image
:src=
"item.Path"
mode=
"aspectFill"
class=
"img"
v-if=
"item.Type==1"
@
click=
"previewImage(index)"
></image>
<video
:id=
"'myVideo'+index"
:src=
"item.Path"
style=
"width: 2
00rpx;height: 200
rpx;"
<video
:id=
"'myVideo'+index"
:src=
"item.Path"
style=
"width: 2
15rpx;height: 215
rpx;"
:controls=
'controls'
:controls=
'controls'
:show-center-play-btn=
'false'
:show-center-play-btn=
'false'
:show-fullscreen-btn=
'false'
:show-fullscreen-btn=
'false'
@
fullscreenchange=
'videoControl'
@
fullscreenchange=
'videoControl'
object-fit =
'fill'
v-if=
"item.Type==2"
v-if=
"item.Type==2"
></video>
></video>
<view
@
click=
"enlarge(index)"
<view
@
click=
"enlarge(index)"
style=
"position: absolute;left: 50%;top: 50%;margin-top: -49rpx;margin-left: -49rpx;width: 98rpx;height: 98rpx;border-radius: 20rpx;background-color: rgba(255,255,255,.4);display: flex;align-items: center;justify-content: center;"
v-if=
"item.Type==2"
>
style=
"position: absolute;left: 50%;top: 50%;margin-top: -49rpx;margin-left: -49rpx;width: 98rpx;height: 98rpx;border-radius: 20rpx;background-color: rgba(255,255,255,.4);display: flex;align-items: center;justify-content: center;"
v-if=
"item.Type==2"
>
...
...
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