From b0c4a5621efcc828743f4423d812ca4cbf6d6c2a Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 21 Apr 2026 19:31:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5160=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9C=A8=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B4=AD=E7=89=A9=E2=80=9C=E6=AD=A3=E5=9C=A8?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=AD=E2=80=9D=E7=8A=B6=E6=80=81=E4=B8=8B?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=88=87=E6=8D=A2=E6=97=85=E5=B1=85=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=EF=BC=8C=E5=87=BA=E7=8E=B0=E6=95=B0=E6=8D=AE=E9=94=99?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e3316844e33c1db76073a251872028c9ba1c04e6) --- pages/order/MyOrder/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 0d39f72..197ea93 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -1190,7 +1190,10 @@ export default { }, getOrderListReq() { if (this.loading || this.loaded) return - this.loading = true + // this.loading = true + uni.showLoading({ + mask: true, + }) const types = { 0: 0, 1: 1, @@ -1226,6 +1229,7 @@ export default { this.loading = false }).finally(() => { this.loading = false + uni.hideLoading() }); }, tapShowMore(order, index) {