diff --git a/pages.json b/pages.json index cdd4d7c..d255e6b 100644 --- a/pages.json +++ b/pages.json @@ -28,6 +28,11 @@ "path": "pages/persion/index", "style": { } + }, + { + "path": "pages/myBill/index", + "style": { + } } ], "globalStyle": { @@ -50,6 +55,12 @@ "iconPath": "static/YX_IMG/me.png", "selectedIconPath": "static/YX_IMG/me-selected.png" }, + { + "text": "工单", + "pagePath": "pages/myBill/index", + "iconPath": "static/tabbar/order.png", + "selectedIconPath": "static/tabbar/order_active.png" + }, { "text": "消息", "iconPath": "static/YX_IMG/conversation.png", @@ -62,6 +73,7 @@ "iconPath": "static/YX_IMG/me.png", "selectedIconPath": "static/YX_IMG/me-selected.png" } + ] } } diff --git a/pages/myBill/index.vue b/pages/myBill/index.vue new file mode 100644 index 0000000..e6e5283 --- /dev/null +++ b/pages/myBill/index.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/static/tabbar/home.png b/static/tabbar/home.png new file mode 100644 index 0000000..2cb55c9 Binary files /dev/null and b/static/tabbar/home.png differ diff --git a/static/tabbar/home.svg b/static/tabbar/home.svg new file mode 100644 index 0000000..82a0daf --- /dev/null +++ b/static/tabbar/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/home_active.png b/static/tabbar/home_active.png new file mode 100644 index 0000000..0123ac9 Binary files /dev/null and b/static/tabbar/home_active.png differ diff --git a/static/tabbar/home_active.svg b/static/tabbar/home_active.svg new file mode 100644 index 0000000..8bd0ce8 --- /dev/null +++ b/static/tabbar/home_active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/message.png b/static/tabbar/message.png new file mode 100644 index 0000000..84553cb Binary files /dev/null and b/static/tabbar/message.png differ diff --git a/static/tabbar/message.svg b/static/tabbar/message.svg new file mode 100644 index 0000000..4a6ff12 --- /dev/null +++ b/static/tabbar/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/message_active.png b/static/tabbar/message_active.png new file mode 100644 index 0000000..a663a0a Binary files /dev/null and b/static/tabbar/message_active.png differ diff --git a/static/tabbar/message_active.svg b/static/tabbar/message_active.svg new file mode 100644 index 0000000..0007af9 --- /dev/null +++ b/static/tabbar/message_active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/order.png b/static/tabbar/order.png new file mode 100644 index 0000000..ace33e6 Binary files /dev/null and b/static/tabbar/order.png differ diff --git a/static/tabbar/order.svg b/static/tabbar/order.svg new file mode 100644 index 0000000..29da670 --- /dev/null +++ b/static/tabbar/order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/order_active.png b/static/tabbar/order_active.png new file mode 100644 index 0000000..a8343e1 Binary files /dev/null and b/static/tabbar/order_active.png differ diff --git a/static/tabbar/order_active.svg b/static/tabbar/order_active.svg new file mode 100644 index 0000000..6b13258 --- /dev/null +++ b/static/tabbar/order_active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/unit.png b/static/tabbar/unit.png new file mode 100644 index 0000000..137b8b0 Binary files /dev/null and b/static/tabbar/unit.png differ diff --git a/static/tabbar/unit.svg b/static/tabbar/unit.svg new file mode 100644 index 0000000..a86c737 --- /dev/null +++ b/static/tabbar/unit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/unit_active.png b/static/tabbar/unit_active.png new file mode 100644 index 0000000..23af494 Binary files /dev/null and b/static/tabbar/unit_active.png differ diff --git a/static/tabbar/unit_active.svg b/static/tabbar/unit_active.svg new file mode 100644 index 0000000..08d11ee --- /dev/null +++ b/static/tabbar/unit_active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/user.png b/static/tabbar/user.png new file mode 100644 index 0000000..2102c5b Binary files /dev/null and b/static/tabbar/user.png differ diff --git a/static/tabbar/user.svg b/static/tabbar/user.svg new file mode 100644 index 0000000..df75977 --- /dev/null +++ b/static/tabbar/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tabbar/user_active.png b/static/tabbar/user_active.png new file mode 100644 index 0000000..0e9566a Binary files /dev/null and b/static/tabbar/user_active.png differ diff --git a/static/tabbar/user_active.svg b/static/tabbar/user_active.svg new file mode 100644 index 0000000..75b7f44 --- /dev/null +++ b/static/tabbar/user_active.svg @@ -0,0 +1 @@ + \ No newline at end of file