From 194f840e3e49fc004aed72d17b11d96f2d287973 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 16 Sep 2025 22:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=92=8C=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E6=96=B0=E5=A2=9E=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=AD=97=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 +++++ .../orderallot-list/orderallot-list.vue | 51 ++++++++++++++-- pages/plugins/shop/index/index.vue | 2 +- pages/user-order/user-order.css | 6 +- pages/user-order/user-order.vue | 61 ++++++++++++++----- 5 files changed, 110 insertions(+), 24 deletions(-) diff --git a/pages.json b/pages.json index f6aa9d78..9cd08e38 100644 --- a/pages.json +++ b/pages.json @@ -319,6 +319,13 @@ { "path": "user-order", "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP + "navigationStyle": "custom", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "auto", + "titlePenetrate": "YES", + // #endif "enablePullDownRefresh": true, "navigationBarTitleText": "" } @@ -1486,6 +1493,13 @@ { "path": "orderallot-list/orderallot-list", "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP + "navigationStyle": "custom", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "auto", + "titlePenetrate": "YES", + // #endif "enablePullDownRefresh": true, "navigationBarTitleText": "" } diff --git a/pages/plugins/realstore/orderallot-list/orderallot-list.vue b/pages/plugins/realstore/orderallot-list/orderallot-list.vue index 6ffbab68..1399f0fe 100644 --- a/pages/plugins/realstore/orderallot-list/orderallot-list.vue +++ b/pages/plugins/realstore/orderallot-list/orderallot-list.vue @@ -1,5 +1,13 @@