From 5c63b1fccedfcd208f3434edb79926c206c3d26f Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 29 四月 2025 14:52:35 +0800 Subject: [PATCH] feat:增加类型显示 --- pages.json | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 1251816..753e7fb 100644 --- a/pages.json +++ b/pages.json @@ -727,7 +727,37 @@ "navigationBarTitleText": "鎷煎崟鍒楄〃", "enablePullDownRefresh": false } - } + }, + { + "path":"unionCard/unionCard", + "style": { + "navigationBarTitleText": "鍚堝崱璁㈠崟", + "enablePullDownRefresh": false + } + }, + { + "path":"pvcSplicePage/index", + "style": { + "navigationBarTitleText": "鎷煎崟鍒楄〃", + "enablePullDownRefresh": false, + "disableSwipeBack": true + } + }, + { + "path":"pvcSplicePage/view", + "style": { + "navigationBarTitleText": "鎷煎崟鏌ョ湅", + "enablePullDownRefresh": true + } + }, + { + "path":"pvcSplicePage/kuguan", + "style": { + "navigationBarTitleText": "纭瑁呭嵏", + "enablePullDownRefresh": true + } + } + ] } -- Gitblit v1.9.1