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
e3a615c9
Commit
e3a615c9
authored
Nov 24, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
80a3b637
4ee2853e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
tjty_home_page.vue
tjty-app/pages_home/tjty_home_page/tjty_home_page.vue
+5
-4
No files found.
tjty-app/pages_home/tjty_home_page/tjty_home_page.vue
View file @
e3a615c9
...
...
@@ -64,7 +64,7 @@
<view
class=
"home_activity_item"
v-for=
"(item1,index1) in activityList"
:key=
"index1"
@
click=
"goActDetil(item1)"
>
<view
class=
"activity_image"
>
<image
class=
"image"
:src=
"'https://www.aiwanyundong.com/
api/
' + item1.bannerImage"
></image>
<image
class=
"image"
:src=
"'https://www.aiwanyundong.com/
stage-api
' + item1.bannerImage"
></image>
</view>
<view
class=
"activity-body"
>
<view
class=
"activity_image_title"
>
...
...
@@ -83,7 +83,7 @@
<view
class=
"home_exercise_item"
v-for=
"(item,index) in exerciseList"
:key=
"index"
>
<view
class=
"ima"
>
<image
style=
"width: 116px;height:116px;border-radius:16px "
:src=
"'https://www.aiwanyundong.com/
api/
' + item.image"
></image>
:src=
"'https://www.aiwanyundong.com/
stage-api
' + item.image"
></image>
</view>
<view
style=
"width: 66%;"
>
<view
style=
"height: 80px;"
>
...
...
@@ -149,8 +149,8 @@
import
{
listExercise
,
listActivityStart
,
listExerciseHaveToken
,
listActivityStartHaveToken
//
listExerciseHaveToken,
//
listActivityStartHaveToken
}
from
"@/api/homePage.js"
;
import
{
getToken
...
...
@@ -215,6 +215,7 @@
getActivityList
()
{
listActivityStart
().
then
(
res
=>
{
this
.
activityList
=
[...
this
.
activityList
,
...
res
.
data
]
||
[]
console
.
log
(
res
.
data
);
}).
catch
(
err
=>
{
})
...
...
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