parent
ac67fd6430
commit
949007e1cd
@ -35,21 +35,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<wd-card type="rectangle">
|
<wd-card type="rectangle">
|
||||||
<view class="color-black font-size-28 text-center">
|
<view class="color-black font-size-32 text-center font-bold">
|
||||||
菜品展示
|
冷菜系列
|
||||||
</view>
|
</view>
|
||||||
<!-- <wd-grid :column="1">
|
|
||||||
<view v-for="(item, index) in imageList">
|
|
||||||
<wd-grid-item use-slot>
|
|
||||||
<image class="img" :src="item.url" />
|
|
||||||
</wd-grid-item>
|
|
||||||
</view>
|
|
||||||
</wd-grid> -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<up-cell-group :border="false">
|
<up-cell-group :border="false">
|
||||||
<view class="detail-box" v-for="(item, index) in matchedItems_sp" :key="index">
|
<view class="detail-box" style="border: none;padding: 0px;" v-for="(item, index) in matchedItems_sp" :key="index">
|
||||||
<u-cell :border="false" @click="dishesDetail(item)">
|
<u-cell :border="false" @click="dishesDetail(item)">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<wd-img :width="100" :height="100" :src="item.image" :enable-preview="false" :radius="8"
|
<wd-img :width="100" :height="100" :src="item.image" :enable-preview="false" :radius="8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user