diff --git a/components/order-status/index.vue b/components/order-status/index.vue new file mode 100644 index 0000000..3cb80cc --- /dev/null +++ b/components/order-status/index.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index aea3fc8..644bc07 100644 --- a/pages.json +++ b/pages.json @@ -74,6 +74,7 @@ "navigationBarTitleText": "我的招聘", "navigationStyle":"default", "navigationBarBackgroundColor": "#FF7A31", + "enablePullDownRefresh": true, "navigationBarTextStyle": "white" } }, @@ -83,6 +84,7 @@ "navigationBarTitleText": "订单列表", "navigationStyle":"default", "navigationBarBackgroundColor": "#FF7A31", + "enablePullDownRefresh": true, "navigationBarTextStyle": "white" } }, @@ -92,6 +94,17 @@ "navigationBarTitleText": "我的求职", "navigationStyle":"default", "navigationBarBackgroundColor": "#FF7A31", + "enablePullDownRefresh": true, + "navigationBarTextStyle": "white" + } + }, + { + "path": "job-hunt/order-list", + "style": { + "navigationBarTitleText": "订单列表", + "navigationStyle":"default", + "navigationBarBackgroundColor": "#FF7A31", + "enablePullDownRefresh": true, "navigationBarTextStyle": "white" } }, diff --git a/pages_subpack/job-hunt/index.vue b/pages_subpack/job-hunt/index.vue index d6d2e0a..7fa7851 100644 --- a/pages_subpack/job-hunt/index.vue +++ b/pages_subpack/job-hunt/index.vue @@ -1,7 +1,7 @@