From 95ce38d156cf203c832196f236a16e2f648e799b Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Fri, 31 May 2024 02:45:45 +0800 Subject: [PATCH] 1 --- pages/order_pay_status/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order_pay_status/index.vue b/pages/order_pay_status/index.vue index a4e899f..a8c23ee 100644 --- a/pages/order_pay_status/index.vue +++ b/pages/order_pay_status/index.vue @@ -5,7 +5,7 @@ - {{order_pay_info.paid == 1 ?'支付成功':'订单未支付'}} + {{order_pay_info.paid == 1 ?'支付成功':order_pay_info.paid == 0?'订单未支付':'支付状态查询中'}}