更新茶室标签显示字段

This commit is contained in:
wangxiaowei
2026-01-10 19:04:40 +08:00
parent 1f5928e8c2
commit b8bf4f592d

View File

@ -75,7 +75,7 @@
<view class="bg-white rounded-16rpx py-26rpx px-30rpx mt-24rpx mx-30rpx">
<view class="font-bold text-36rpx text-[#303133] leading-50rpx">{{ isGroupBuying ? teaRoomPackage.title : teaRoom.room.title }}</view>
<view class="mt-14rpx flex" v-if="!isGroupBuying">
<template v-for="(label, labelIndex) in teaRoom.label" :key="labelIndex">
<template v-for="(label, labelIndex) in teaRoom.room.label" :key="labelIndex">
<view class="mr-20rpx flex items-start">
<wd-tag
:color="randomLabelColor(Number(labelIndex))"
@ -423,7 +423,7 @@
})
teaRoom.value = res.details
if (pageType.value == ReserveServiceCategory.ReserveRoom) {
swiperList.value = [teaRoom.value.image]
swiperList.value = teaRoom.value.room.room_arr
// 预定时间
const next7 = await getNext7Days(id.value, currentDate)