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,