Commit beec6061 authored by 王宝峰's avatar 王宝峰

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

parent 1e8e0b0c
......@@ -66,23 +66,17 @@
</view>
</view>
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index">
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index"
@click="toAppoint(item)">
<view class="ima">
<image style="width: 116px;height:116px;border-radius:16px " :src="item.image"></image>
</view>
<view>
<view style="height: 80px;width: 265px">
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view style="width: 265px;right: 5%;">
<button class="b-card" @click="toAppoint(item)">
详情
</button>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
</view>
</view>
......@@ -108,23 +102,17 @@
</view>
</view>
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index">
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index"
@click="toAppoint(item)">
<view class="ima">
<image style="width: 116px;height:116px;border-radius:16px " :src="item.image"></image>
</view>
<view>
<view style="height: 80px;width: 265px">
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view style="width: 265px;right: 5%;">
<button class="b-card" @click="toAppoint(item)">
详情
</button>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
</view>
</view>
......@@ -149,23 +137,17 @@
</view>
</view>
</view>
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index">
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index"
@click="toAppoint(item)">
<view class="ima">
<image style="width: 116px;height:116px;border-radius:16px " :src="item.image"></image>
</view>
<view>
<view style="height: 80px;width: 265px">
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view style="width: 265px;right: 5%;">
<button class="b-card" @click="toAppoint(item)">
详情
</button>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
</view>
</view>
......@@ -191,23 +173,17 @@
</view>
</view>
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index">
<view v-else class="card" v-for="(item,index) in ByTypelist" :key="index"
@click="toAppoint(item)">
<view class="ima">
<image style="width: 116px;height:116px;border-radius:16px " :src="item.image"></image>
</view>
<view>
<view style="height: 80px;width: 265px">
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
<view class="a-card">
{{item.mechanismName|ellipsis}}
</view>
<view style="width: 265px;right: 5%;">
<button class="b-card" @click="toAppoint(item)">
详情
</button>
<view class="c-card">
适用人群:&nbsp;&nbsp;{{item.propertyPeople|elli}}
</view>
</view>
</view>
......
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