From 6484da4a5c2030c6c7924801fd7fdb713e5b0e82 Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Mon, 13 May 2024 10:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E8=B4=A7=E9=80=80=E6=AC=BE=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E9=A6=96=E9=A1=B5=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 ++-- pages/order/refund/refund.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8fe8422..a5a8a74 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -185,7 +185,7 @@ - + @@ -1786,7 +1786,7 @@ image { width: 100%; - height: auto; + height: 100%; } } diff --git a/pages/order/refund/refund.vue b/pages/order/refund/refund.vue index 593ca85..574c5cf 100644 --- a/pages/order/refund/refund.vue +++ b/pages/order/refund/refund.vue @@ -199,7 +199,8 @@ }, // 获取当前订单信息 toDetail(canReset = false) { - const app = this + const app = this + console.log(app.type == 1? 10 : (app.type == 2?30:20)) if (app.logisticsIndex == -1) { uni.showToast({ title: '请选择收货状态', @@ -235,7 +236,7 @@ } app.isLoading = true; let obj = { - type: app.type == 1? 10 : 30, + type: app.type == 1? 10 : (app.type == 2?30:20), content: app.contentNotes, images: app.imagesId, phone: app.phone,