diff --git a/pages.json b/pages.json index a6b55ce91f9cc7ed4353474f9da074c7196c4451..a1f054150f6ab914440f00d60a672974d2291e6e 100644 --- a/pages.json +++ b/pages.json @@ -193,6 +193,32 @@ "style": { "navigationBarTitleText": "general-event" } + }, + { + "path": "pages/component/unicloud-db-contacts/list", + "style": { + "navigationBarTitleText": "联系人", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/component/unicloud-db-contacts/add", + "style": { + "navigationBarTitleText": "新增联系人" + } + }, + { + "path": "pages/component/unicloud-db-contacts/edit", + "style": { + "navigationBarTitleText": "编辑联系人", + "navigationStyle": "custom" + } + }, + { + "path": "pages/component/unicloud-db-contacts/detail", + "style": { + "navigationBarTitleText": "" + } }, { "path": "pages/tabBar/API", diff --git a/pages/component/unicloud-db-contacts/add.uvue b/pages/component/unicloud-db-contacts/add.uvue new file mode 100644 index 0000000000000000000000000000000000000000..9d0fcfac95fed3b68aad3f36615d603ce2e1f494 --- /dev/null +++ b/pages/component/unicloud-db-contacts/add.uvue @@ -0,0 +1,129 @@ +