From 094f0526c153dbfcbd723780646f26f32a14ee9d Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 24 九月 2024 18:52:24 +0800 Subject: [PATCH] 1.合伙人-首页-显示ID --- 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