订单添加下单类型

This commit is contained in:
wangxiaowei
2026-04-22 18:31:24 +08:00
parent db9820b0e9
commit 508650e868

View File

@ -227,7 +227,7 @@
<view class="mx-30rpx">
<!-- 订单预约信息 -->
<view class="h-460rpx bg-white rounded-16rpx">
<view class="h-500rpx bg-white rounded-16rpx">
<view class="order-card relative">
<view class="price-btn" @click.stop="showCostDetailPopup = true">
<price-format color="#FFFFFF" :first-size="32" :second-size="32" :subscript-size="24"
@ -272,6 +272,11 @@
<text class="info-label">用户联系方式:</text>
<text class="info-value" @click="Detail.handleCall(order.user_mobile)">{{ order.user_mobile }}</text>
</view>
<view class="info-item" v-if="order.group_name">
<text class="info-label">下单类型:</text>
<text class="info-value">{{ order.group_name }}</text>
</view>
</view>
</view>
@ -534,6 +539,7 @@
img: '', // 到达打卡拍照
img_time: '', // 到达打卡时间
user_mobile: '', // 用户手机号
group_name: '', // 下单类型
})
onLoad(async (args) => {