Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-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
李伟
cust-app
Commits
93d1efbd
Commit
93d1efbd
authored
Feb 26, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了活动
parent
a793cd1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
activity.vue
pages/tab/activity.vue
+1
-2
activityDetail.vue
pagesActivity/activityDetail.vue
+1
-1
No files found.
pages/tab/activity.vue
View file @
93d1efbd
...
@@ -68,8 +68,7 @@ export default {
...
@@ -68,8 +68,7 @@ export default {
const
query
=
{
const
query
=
{
page
:
pageNo
,
page
:
pageNo
,
rows
:
pageSize
,
rows
:
pageSize
,
publishStatus
:
'1'
,
publishStatus
:
'1'
flag
:
'1'
}
}
activityList
(
query
).
then
(
res
=>
{
activityList
(
query
).
then
(
res
=>
{
this
.
activityList
=
res
.
data
.
data
this
.
activityList
=
res
.
data
.
data
...
...
pagesActivity/activityDetail.vue
View file @
93d1efbd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view
:class=
"show ? 'popupShow' : ''"
>
<view
:class=
"show ? 'popupShow' : ''"
>
<view
class=
"act-title"
>
{{
activityDetail
.
title
}}
</view>
<view
class=
"act-title"
>
{{
activityDetail
.
title
}}
</view>
<view
class=
"act-body"
>
<view
class=
"act-body"
>
<view
class=
"act-time"
>
{{
activityDetail
.
create
Date
}}
</view>
<view
class=
"act-time"
>
{{
activityDetail
.
publish
Date
}}
</view>
</view>
</view>
<view>
<view>
<view
class=
"act-detail"
v-html=
"activityDetail.details"
>
<view
class=
"act-detail"
v-html=
"activityDetail.details"
>
...
...
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