From 55f5543d41569f7c42f50799b2200393ffd5b31a Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 04 八月 2024 10:55:29 +0800 Subject: [PATCH] addd 支持特殊二维码 --- pages.json | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index e292dca..3b2fb96 100644 --- a/pages.json +++ b/pages.json @@ -158,6 +158,12 @@ ,{ "path": "supplier-info/supplier-info", "style": { + "navigationBarTitleText": "店铺信息维护", + "enablePullDownRefresh": false + } + },{ + "path": "supplier-info/supplier-info-update", + "style": { "navigationBarTitleText": "信息维护", "enablePullDownRefresh": false } -- Gitblit v1.9.3