From c69142c5ce65db3f5ece33062a6804f187c30776 Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 13 Oct 2025 15:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E8=BF=9E=E5=87=BB=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/order/src/order.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/h5/pages/main/order/src/order.vue b/h5/pages/main/order/src/order.vue index ac32b26..baebee8 100644 --- a/h5/pages/main/order/src/order.vue +++ b/h5/pages/main/order/src/order.vue @@ -91,7 +91,10 @@ const StartPay = async (id) => { //继续支付 - uni.showLoading(); + uni.showLoading({ + title: '加载中', + mask:true + }); const response = await $api("StartPay", { openid: localStorage.getItem("OPENID"), id: id,