Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
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
王永飞
tjty-app
Commits
a0679e6a
Commit
a0679e6a
authored
Nov 28, 2022
by
王永阿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
44c66293
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
activity.vue
tjty-app/pages_activity/activity/activity.vue
+2
-3
No files found.
tjty-app/pages_activity/activity/activity.vue
View file @
a0679e6a
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<view
class=
"font-body"
>
<view
class=
"font-body"
>
<!-- // type 1--赛事活动 2-答题活动 signupNum--赛事活动人数 signupExamNum--答题活动人数 -->
<!-- // type 1--赛事活动 2-答题活动 signupNum--赛事活动人数 signupExamNum--答题活动人数 -->
<view
class=
"activity_title"
>
<view
class=
"activity_title"
>
<view
style=
"padding: 2% 4%;"
>
{{
item
.
activityName
|
ellipsis
}}
</view>
<view
style=
"padding: 2% 4%;
white-space:pre-wrap
"
>
{{
item
.
activityName
|
ellipsis
}}
</view>
</view>
</view>
<view
style=
"margin-top: -70rpx;"
>
<view
style=
"margin-top: -70rpx;"
>
<view
class=
"activity_font"
>
<text
<view
class=
"activity_font"
>
<text
style=
"padding-top: -1rpx;"
>
报名截止:
{{
!
item
.
signupTime
?
'—'
:
item
.
signupTime
}}
</text>
style=
"padding-top: -1rpx;"
>
报名截止:
{{
!
item
.
signupTime
?
'—'
:
item
.
signupTime
}}
</text>
</view>
</view>
<view
class=
"activity_font"
>
<view
class=
"activity_font"
>
<text>
组织机构:
{{
item
.
mechanismName
|
ellipsisInstitutions
}}
</text></view>
<text
style=
"white-space:pre-wrap"
>
组织机构:
{{
item
.
mechanismName
|
ellipsisInstitutions
}}
</text></view>
<view
class=
"activity_font"
style=
"padding-bottom:10rpx;"
>
<text>
已报名:
<text
<view
class=
"activity_font"
style=
"padding-bottom:10rpx;"
>
<text>
已报名:
<text
style=
"color: #FCA624; margin-left: 12rpx;"
>
style=
"color: #FCA624; margin-left: 12rpx;"
>
<text
v-if=
"item.type ==='1'"
>
{{
item
.
signupNum
}}
</text>
<text
v-if=
"item.type ==='1'"
>
{{
item
.
signupNum
}}
</text>
...
@@ -89,7 +89,6 @@
...
@@ -89,7 +89,6 @@
this
.
login
()
this
.
login
()
// this.getList()
// this.getList()
},
},
onShow
()
{
onShow
()
{
console
.
log
(
'onShow'
)
console
.
log
(
'onShow'
)
this
.
getList
()
this
.
getList
()
...
...
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