From 59353cfbddaacbe5aa012e131013fcf67975c330 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 16 七月 2024 19:59:03 +0800
Subject: [PATCH] feat(支付): 图片压缩
---
pages.json | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/pages.json b/pages.json
index aa8ca3e..a3d7f67 100644
--- a/pages.json
+++ b/pages.json
@@ -6,25 +6,13 @@
{
"path": "pay/scanpay",
"style": {
- "navigationBarTitleText": "鏀粯",
+ "navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
"enablePullDownRefresh": false
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
- },
- {
- "path": "pay/discountpay",
- "style": {
- "navigationBarTitleText": "浼樻儬",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
},
{
"path": "pay/register",
@@ -53,7 +41,7 @@
{
"path": "pay/login",
"style": {
- "navigationBarTitleText": "鐧诲綍",
+ "navigationBarTitleText": "閭桨鎯�",
"enablePullDownRefresh": false
// #ifdef H5
,
@@ -65,7 +53,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "鏀粯",
+ "navigationBarTitleText": "閭桨鎯�",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
--
Gitblit v1.9.1