From b9335b4ff8350aaec322b705b66e50f6e280d273 Mon Sep 17 00:00:00 2001 From: qiaomu <3520484422@qq.com> Date: Wed, 13 Mar 2024 09:22:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86appid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 7 +++---- app.wxss | 3 +++ pages/recharge/index.wxml | 23 +++++++++++++++++++++-- project.config.json | 2 +- 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/app.json b/app.json index 242376d..797dbfb 100644 --- a/app.json +++ b/app.json @@ -1,12 +1,12 @@ { "pages": [ + "pages/recharge/index", + "pages/rechargeRecord/index", + "pages/my/index", "pages/login/index", "pages/questions/index", "pages/meterList/index", - "pages/rechargeRecord/index", - "pages/my/index", "pages/home/index", - "pages/recharge/index", "pages/index/index" ], "tabBar": { @@ -29,7 +29,6 @@ "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", - "renderer": "skyline", "rendererOptions": { "skyline": { "defaultContentBox": true, diff --git a/app.wxss b/app.wxss index 057677d..662e113 100644 --- a/app.wxss +++ b/app.wxss @@ -1,4 +1,7 @@ /**app.wxss**/ +page { + font-size: 12rpx; +} .wrapper { padding: 0 24rpx; box-sizing: border-box; diff --git a/pages/recharge/index.wxml b/pages/recharge/index.wxml index 7d61c6b..27b1611 100644 --- a/pages/recharge/index.wxml +++ b/pages/recharge/index.wxml @@ -1,7 +1,26 @@ - + + + + 电费账单 + 2024年02月 + + + + 商户编号 + T00062102047096834 + + + 商户名称 + + + 创新风华 + + + + \ No newline at end of file diff --git a/project.config.json b/project.config.json index a3f8e47..6446196 100644 --- a/project.config.json +++ b/project.config.json @@ -27,5 +27,5 @@ "tabIndent": "auto", "tabSize": 2 }, - "appid": "wxe8680fb2a359e5db" + "appid": "wxb34b4e70f8a5c6f1" } \ No newline at end of file