From 7da92e54df6713a8d4898d17f9f632bca229bef3 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 20 Jun 2022 21:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=96=E6=B6=88=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/order.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/order/order.vue b/pages/order/order.vue index 73797d5..a5cc6af 100644 --- a/pages/order/order.vue +++ b/pages/order/order.vue @@ -383,8 +383,8 @@ }, fail: err => { uni.showModal({ - title: '', - content: 'fail:' + JSON.stringify(err) + '支付失败', + title: '提示', + content: '已取消订单,请及时支付', showCancel: false }) this.clickButton = false;