From 056997b07e61fc99d5c311d0c5489b9de48fd9bc Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 24 九月 2024 17:25:16 +0800 Subject: [PATCH] update 细节和订单确认收货(写死了商户号) --- sub_pages/customer/shopping/shopping.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/shopping/shopping.vue b/sub_pages/customer/shopping/shopping.vue index cbc0c31..7507fce 100644 --- a/sub_pages/customer/shopping/shopping.vue +++ b/sub_pages/customer/shopping/shopping.vue @@ -44,6 +44,7 @@ <view class="desc flex p-t-5" @click.stop="toDetail(dto)"> <view class="m-r-15">剩余:{{ dto.stock || 0 }}</view> <view class="m-r-15">颜色:{{ dto.color || '-' }}</view> + <view class="m-r-15">限购数量:{{ dto.limited || '-' }}</view> </view> <view class="button-icons flex m-l-a m-r-0"> <uni-icons v-if="dto.num&&dto.num>=1" type="minus" size="32" -- Gitblit v1.9.3