parent
ac67fd6430
commit
949007e1cd
@ -3,7 +3,7 @@
|
||||
width: 100%;
|
||||
height: 420rpx;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
<template>
|
||||
<view class="fv-page flex-col" style="">
|
||||
<up-navbar class="" style="" :autoBack="true" bgColor="#00000000" :fixed="true" titleColor="#595757FF"
|
||||
@ -35,21 +35,11 @@
|
||||
|
||||
|
||||
<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>
|
||||
<!-- <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">
|
||||
<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)">
|
||||
<template #icon>
|
||||
<wd-img :width="100" :height="100" :src="item.image" :enable-preview="false" :radius="8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user