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
1e8e0b0c
Commit
1e8e0b0c
authored
Nov 30, 2022
by
王宝峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除首页训练体验当中的详情按钮,改为全卡片触发
parent
bc2d734f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
tjty_home_page.vue
tjty-app/pages_home/tjty_home_page/tjty_home_page.vue
+8
-8
No files found.
tjty-app/pages_home/tjty_home_page/tjty_home_page.vue
View file @
1e8e0b0c
...
...
@@ -81,25 +81,25 @@
<image
style=
"width: 51px; height: 16px; float: right; margin-right: 11px;"
src=
"../../static/home-imgs/home_pic_gengduo@2x.png"
@
click=
"toExeMore()"
></image>
</view>
<view
class=
"home_exercise_item"
v-for=
"(item,index) in exerciseList"
:key=
"index"
>
<view
class=
"home_exercise_item"
v-for=
"(item,index) in exerciseList"
:key=
"index"
@
click=
"toAppoint(item)"
>
<view
class=
"ima"
>
<image
style=
"width: 116px;height:116px;border-radius:16px "
:src=
"'https://www.aiwanyundong.com/stage-api' + item.image"
></image>
</view>
<view
style=
"width: 66%;"
>
<view
style=
"height: 80px;"
>
<view
style=
"width: 66%;
margin-left: 10rpx;
"
>
<view
class=
"a-card"
>
{{
item
.
mechanismName
}}
</view>
<view
class=
"c-card"
>
适用人群:
{{
item
.
propertyPeople
}}
</view>
</view>
<view>
<
!--
<
view>
<button
class=
"b-card"
@
click=
"toAppoint(item)"
>
详情
</button>
</view>
</view>
-->
</view>
</view>
</view>
...
...
@@ -410,7 +410,7 @@
font-weight
:
400
;
text-align
:
left
;
color
:
#666666
;
line-height
:
50
px
;
line-height
:
100r
px
;
}
...
...
@@ -426,7 +426,7 @@
font-weight
:
700
;
text-align
:
left
;
color
:
#333333
;
line-height
:
42
px
;
line-height
:
120r
px
;
}
.b-card
{
...
...
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