From fd3da01dc64b2450378a616b805330d840a2cd41 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sat, 7 Oct 2023 13:37:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 4 +- pages.json | 3 + pages/index/index.vue | 2 +- pages/plugins/answers/detail/detail.vue | 4 +- pages/plugins/answers/index/index.vue | 4 +- pages/plugins/coupon/index/index.vue | 356 +++++----- pages/plugins/distribution/user/user.vue | 6 +- .../membershiplevelvip/index/index.vue | 48 +- .../plugins/membershiplevelvip/user/user.vue | 6 +- pages/plugins/points/index/index.css | 17 +- pages/plugins/points/index/index.vue | 624 +++++++++--------- pages/plugins/realstore/detail/detail.vue | 4 +- pages/plugins/realstore/index/index.css | 19 +- pages/plugins/realstore/index/index.vue | 345 +++++----- pages/plugins/wallet/user/user.vue | 6 +- .../user-answers-detail.vue | 4 +- 16 files changed, 763 insertions(+), 689 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 249aa3d8..47db0d9a 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -30,7 +30,9 @@ iframe, .bottom-fixed, .buy-nav, .plugins-popupscreen .content, -.cart-buy-nav { +.cart-buy-nav, +.bg-img, +.pa-w { max-width: 800px !important; margin: 0 auto !important; } diff --git a/pages.json b/pages.json index e7fd4570..1b4ba46d 100644 --- a/pages.json +++ b/pages.json @@ -731,6 +731,9 @@ "pages": [{ "path": "index/index", "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP + "navigationStyle": "custom", + // #endif "enablePullDownRefresh": true, "navigationBarTitleText": "积分商城" } diff --git a/pages/index/index.vue b/pages/index/index.vue index c9c25b6d..e9cc5f88 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -3,7 +3,7 @@ - +