diff --git a/pages.json b/pages.json index 376c4f9..b8b45e9 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,16 @@ "navigationStyle": "custom" } }, + { + "path" : "pages/upload/upload", + "style" : + { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + + }, { "path" : "pages/my", "style" : diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue new file mode 100644 index 0000000..dc64923 --- /dev/null +++ b/pages/upload/upload.vue @@ -0,0 +1,119 @@ + + + + + \ No newline at end of file