Fix:2885 【商城小程序】养生食材,轮播推荐触控区域改为整张图片
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
duration="10000"
|
duration="10000"
|
||||||
interval="3000"
|
interval="3000"
|
||||||
>
|
>
|
||||||
<swiper-item v-for="(item, index) in foodItems" :key="index">
|
<swiper-item v-for="(item, index) in foodItems" :key="index" @click="toDetails(item.id)">
|
||||||
<view class="trave-item-wrap v12-mr-3 v12-mt-3">
|
<view class="trave-item-wrap v12-mr-3 v12-mt-3">
|
||||||
<view class="trave-item">
|
<view class="trave-item">
|
||||||
<image
|
<image
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
:src="item.indexImage"
|
:src="item.indexImage"
|
||||||
></image>
|
></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="trave-btn" @click="toDetails(item.id)">
|
<view class="trave-btn">
|
||||||
<text class="one-t">{{ item.name }}</text>
|
<text class="one-t">{{ item.name }}</text>
|
||||||
<image
|
<image
|
||||||
:src="webUrl + '/orderIcon/arrow.png'"
|
:src="webUrl + '/orderIcon/arrow.png'"
|
||||||
|
|||||||
Reference in New Issue
Block a user