添加门店资质信息

This commit is contained in:
wangxiaowei
2026-02-11 17:18:46 +08:00
parent 7625785f60
commit c4d1cdf6ec
4 changed files with 47 additions and 4 deletions

View File

@ -43,15 +43,14 @@
</wd-swiper>
</view>
<view class="mt-38rpx flex justify-between">
<view class="line-1">
<view>
<view class="text-34rpx text-[#303133] leading-48rpx font-bold line-1">{{ teaRoom.name }}</view>
<view class="relative mt-18rpx h-34rpx">
<view class="absolute top-0 flex items-center">
<view class="flex items-center">
<wd-rate v-model="teaRoom.star" readonly active-color="#FF5951" allow-half active-icon="star-filled" icon="star" space="4rpx"/>
<view class="text-26rpx text-[#606266] leading-34rpx ml-8rpx">{{ teaRoom.star }} 推荐</view>
</view>
</view>
<view class="text-26rpx mt-18rpx leading-48rpx text-[#606266]">营业时间:{{ teaRoom.day_time }} {{ teaRoom.start_time }}-{{ teaRoom.end_time }}</view>
</view>
<view class="flex flex-col items-end">
<!-- TODO 后续改为门店充值 -->
@ -61,6 +60,16 @@
<!-- <view class="text-24rpx text-[#818CA9] mt-18rpx">{{ teaRoom.rechange_times }} 分钟前有人充值</view> -->
</view>
</view>
<view class="mt-26rpx">
<wd-gap bg-color="#F6F7F9" height="2rpx"></wd-gap>
</view>
<view class="flex justify-between items-center mt-30rpx mb-34rpx">
<view class="text-26rpx text-[#606266]">营业时间:{{ teaRoom.day_time }} {{ teaRoom.start_time }}-{{ teaRoom.end_time }}</view>
<view class="flex items-center" @click="router.navigateTo(`/bundle/tea-room/license?id=${teaRoomId}`)">
<view class="text-24rpx text-[#92928C]">资质信息</view>
<wd-icon name="chevron-right" size="32rpx" color="#C7C7C7"></wd-icon>
</view>
</view>
<view class="mt-26rpx">
<wd-gap bg-color="#F6F7F9" height="2rpx"></wd-gap>
</view>