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
687fcdfa
Commit
687fcdfa
authored
Nov 28, 2022
by
王永阿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
a0679e6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
activity_detail.vue
tjty-app/pages_activity/activity_detail/activity_detail.vue
+1
-1
tjty_ans_detail.vue
tjty-app/pages_events/tjty_ans_detail/tjty_ans_detail.vue
+1
-1
No files found.
tjty-app/pages_activity/activity_detail/activity_detail.vue
View file @
687fcdfa
...
...
@@ -13,7 +13,7 @@
<view
class=
"font-body"
>
<!--
<view
class=
"activity_title"
>
活动名称:
<text>
{{
activityObject
.
activityName
}}
</text></view>
-->
<view
class=
"activity_detail_Name"
>
<view
style=
"padding: 2% 4%;"
>
{{
activityObject
.
activityName
|
ellipsis
}}
</view>
<view
style=
"padding: 2% 4%;
white-space:pre-wrap
"
>
{{
activityObject
.
activityName
|
ellipsis
}}
</view>
</view>
<view
style=
"margin-top: -70rpx;"
>
<view
class=
"activity_font"
>
...
...
tjty-app/pages_events/tjty_ans_detail/tjty_ans_detail.vue
View file @
687fcdfa
...
...
@@ -8,7 +8,7 @@
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if=
"activityInfo.activityStatus=='1'"
></image>
<image
v-else
class=
"image-status"
src=
"../../static/oper-icon/content_tag_yijieshu@2x.png"
></image>
<view
class=
"activity_title"
><view
style=
"padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space:
no
wrap;"
>
{{
activityInfo
.
activityName
}}
</view></view>
<view
class=
"activity_title"
><view
style=
"padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space:
pre-
wrap;"
>
{{
activityInfo
.
activityName
}}
</view></view>
</view>
<view
class=
"info"
>
<view
class=
"item"
style=
"height: 75rpx;display: flex;justify-content: space-between;"
v-if=
"activityInfo.signupTime"
>
...
...
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