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 @@