From 6584848d00acd83de64f813fb5b03e8fb4b42773 Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期四, 21 三月 2024 16:12:46 +0800 Subject: [PATCH] 1.Mobox2的3018新增元数据方法迁移到PDAController里,并支持登录sessionid时间过期后自动登录 2.3200功能点增加set_panel_html action处理 3.调整3018功能点Set_dlg_attr action处理 --- pages.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 8782750..b4a9bcc 100644 --- a/pages.json +++ b/pages.json @@ -113,6 +113,14 @@ } } } + ,{ + "path" : "pages/modal/3201", + "style" : + { + "navigationBarTitleText": "鏂板", + "enablePullDownRefresh": false + } + } ,{ "path" : "pages/modal/3200_view", "style" : -- Gitblit v1.9.1