套餐详情
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
sjeam 2025-08-14 15:07:18 +08:00
parent ac67fd6430
commit 949007e1cd

View File

@ -3,7 +3,7 @@
width: 100%; width: 100%;
height: 420rpx; height: 420rpx;
} }
</style> </style>
<template> <template>
<view class="fv-page flex-col" style=""> <view class="fv-page flex-col" style="">
<up-navbar class="" style="" :autoBack="true" bgColor="#00000000" :fixed="true" titleColor="#595757FF" <up-navbar class="" style="" :autoBack="true" bgColor="#00000000" :fixed="true" titleColor="#595757FF"
@ -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"