2025-01-13 13:07:00 +00:00
|
|
|
<view class="yemian" a:for="{{ myyuyue }}">
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box">
|
|
|
|
<view class="biaoti">
|
|
|
|
<image class="image" mode="scaleToFill" src="/pages/image/alogo.png" />
|
2025-01-13 13:07:00 +00:00
|
|
|
<text class="text" style="bottom:60rpx">{{item.businessName}}</text>
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="text" style="left:120rpx;bottom:60rpx">
|
2025-01-13 13:07:00 +00:00
|
|
|
<text style="font-size:13px">{{item.notes}}</text>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
</view>
|
2025-01-13 13:07:00 +00:00
|
|
|
<view class="xinxibox">
|
|
|
|
<view class="neirong">
|
|
|
|
<view style=" width:300px;margin-top:20rpx">
|
|
|
|
<text>我的预约:{{item.formattedAppointmentTime}}</text>
|
|
|
|
</view>
|
|
|
|
<view style="margin-top:10rpx">
|
|
|
|
<text a:if="{{ item.serviceMode==1 }}">服务方式:到店服务</text>
|
|
|
|
<text a:if="{{ item.serviceMode==0 }}">服务方式:上门服务</text>
|
|
|
|
</view>
|
|
|
|
<view style="margin-top:10rpx">
|
|
|
|
<text class="text">指定美甲师:{{item.manicuristName}}</text>
|
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
</view>
|
2025-01-13 13:07:00 +00:00
|
|
|
<view class="statues" a:if="{{ item.status==0 }}">
|
|
|
|
<image mode="scaleToFill" class="image1" src="/pages/image/aing.png" />
|
|
|
|
<text style="margin-top:20rpx">正在进行中......</text>
|
|
|
|
</view>
|
|
|
|
<view class="statues" a:if="{{ item.status==1 }}">
|
|
|
|
<image mode="scaleToFill" class="image1" src="/pages/image/afinish.png" />
|
|
|
|
<text style="margin-top:20rpx">已完成</text>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
</view>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
</view>
|