Commit 1e8e0b0c authored by 王宝峰's avatar 王宝峰

删除首页训练体验当中的详情按钮,改为全卡片触发

parent bc2d734f
......@@ -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">
适用人群:&nbsp;&nbsp;{{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: 50px;
line-height: 100rpx;
}
......@@ -426,7 +426,7 @@
font-weight: 700;
text-align: left;
color: #333333;
line-height: 42px;
line-height: 120rpx;
}
.b-card {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment