From 65aafaa6b410eb6469d9f63a9b309cf8af168d81 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 15 Nov 2023 10:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../logistiCard/logistiBriefCard.vue | 2 +- pages/logistics/deliveryDetil.vue | 9 ++++-- subpkg/shareCapital/shareCapital.vue | 30 +++++++++++-------- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/components/logistiComptent/logistiCard/logistiBriefCard.vue b/components/logistiComptent/logistiCard/logistiBriefCard.vue index c092b76..61cd236 100644 --- a/components/logistiComptent/logistiCard/logistiBriefCard.vue +++ b/components/logistiComptent/logistiCard/logistiBriefCard.vue @@ -7,7 +7,7 @@ - + 店主姓名:  {{goodsInfo.shop_user}} diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 440c291..d0f98b4 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -43,6 +43,9 @@ 店铺地址:  {{goodsDetil.logistics.shop_address}} + + 订单备注:  {{goodsDetil.logistics.mark}} + @@ -73,7 +76,8 @@ width="100rpx" height="100rpx" @click="click"> {{item.goods_name}} - X{{item.product_num}}{{item.goods_unit}} + + X{{item.product_num}} @@ -335,7 +339,6 @@ uni.scanCode({ onlyFromCamera: true, success: function(res) { - that.takeGood(res.result) } }); @@ -355,7 +358,7 @@ }, 1000) }).catch(err => { Toast(err.msg) - console.log(err, 65656) + // console.log(err, 65656) }) diff --git a/subpkg/shareCapital/shareCapital.vue b/subpkg/shareCapital/shareCapital.vue index dd5edc4..fb59224 100644 --- a/subpkg/shareCapital/shareCapital.vue +++ b/subpkg/shareCapital/shareCapital.vue @@ -1,11 +1,11 @@