diff --git a/src/pages.json b/src/pages.json index 51a24c8..21a9cb6 100644 --- a/src/pages.json +++ b/src/pages.json @@ -104,6 +104,12 @@ } }, { + "path": "pages/collection/info/info", + "style": { + "navigationBarTitleText": "收款明细" + } + }, + { "path": "pages/collection/list/list", "style": { "navigationBarTitleText": "收款记录" diff --git a/src/pages/collection/info/info.vue b/src/pages/collection/info/info.vue new file mode 100644 index 0000000..aa7f13b --- /dev/null +++ b/src/pages/collection/info/info.vue @@ -0,0 +1,203 @@ + + + + + \ No newline at end of file