diff --git a/pages.json b/pages.json index c970160..e6809fb 100644 --- a/pages.json +++ b/pages.json @@ -313,7 +313,16 @@ }, { "path": "newArchives/newArchives", "style": { - "navigationBarTitleText": "新增档案", + "navigationBarTitleText": "信息登记", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + + }, { + "path": "updateArchives/updateArchives", + "style": { + "navigationBarTitleText": "信息更新", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3175f9", "navigationBarTextStyle": "white" diff --git a/subpkg/archives/archives.vue b/subpkg/archives/archives.vue index c200836..38d4467 100644 --- a/subpkg/archives/archives.vue +++ b/subpkg/archives/archives.vue @@ -1,6 +1,7 @@ diff --git a/subpkg/updateArchives/updateArchives.vue b/subpkg/updateArchives/updateArchives.vue new file mode 100644 index 0000000..bee39cf --- /dev/null +++ b/subpkg/updateArchives/updateArchives.vue @@ -0,0 +1,23 @@ + + + + +