下单方式:
指定喂养员 - {{ buyInfo.teacher.userName }}
系统派单
(若伴宠师1小时内无响应或拒绝接单则系统派单)
爱宠选择
{{ item.name }}
服务日期
{{ month.monthLabel }}
{{ day.date < 10 ? '0' + day.date : day.date }}
期望时间 *请勾选您可以接受的上门时间段
{{ slot.time }}
服务选择
爱宠:{{ currentPetId && getCurrentPetName() }}
全日期保持一致
一天多次
{{ feedCount }}
额外服务费
¥{{ feedCount > 2 ? price_config.multiService.three.price : price_config.multiService.two.price }}
{{ item.name }}
¥{{ item.price }}元/次
{{ item.quantity }}
订单总价:
¥{{ Number(totalPrice).toFixed(2) }}
当日价格:¥{{ Number(currentDayPrice).toFixed(2)
}}|
明细
实际支付金额以确认下单页为准
{{ item.name }}
{{ item2.date }}
{{ item2.itemName }}
¥{{ item2.price }} × {{ item2.quantity }} {{ item2.unit }}
¥{{ item2.price * item2.quantity }}
合计
¥{{ Number(totalPrice).toFixed(2) }}
订单总价:
¥{{ Number(totalPrice).toFixed(2) }}
当日价格:¥{{
Number(currentDayPrice).toFixed(2) }}|
明细