diff --git a/agentApp/pages.json b/agentApp/pages.json index b58fe17..3962549 100644 --- a/agentApp/pages.json +++ b/agentApp/pages.json @@ -94,6 +94,55 @@ } + }, + { + "path" : "pages/user-orders/user-orders", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/withdrawal-history/withdrawal-history", + "style" : + { + "navigationBarTitleText" : "提现历史", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/withdrawal-management/withdrawal-management", + "style" : + { + "navigationBarTitleText" : "提现管理", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/scan-code/scan-code", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/queuing-information/queuing-information", + "style" : + { + "navigationBarTitleText" : "用户排队信息", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + }, + { + "path" : "pages/account-opened/account-opened", + "style" : + { + "navigationBarTitleText" : "用户提现", + "enablePullDownRefresh" : false + } } diff --git a/agentApp/pages/account-opened/account-opened.vue b/agentApp/pages/account-opened/account-opened.vue new file mode 100644 index 0000000..135ac07 --- /dev/null +++ b/agentApp/pages/account-opened/account-opened.vue @@ -0,0 +1,301 @@ + + + + + diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue index b2e156e..3e8b464 100644 --- a/agentApp/pages/allpages/index.vue +++ b/agentApp/pages/allpages/index.vue @@ -4,6 +4,7 @@ 用户相关 + 代理商相关 diff --git a/agentApp/pages/merchant-index/index.vue b/agentApp/pages/merchant-index/index.vue index 9dbf190..62d516e 100644 --- a/agentApp/pages/merchant-index/index.vue +++ b/agentApp/pages/merchant-index/index.vue @@ -10,7 +10,7 @@ - + 394.00 @@ -83,7 +83,7 @@ - + @@ -97,7 +97,22 @@ - + diff --git a/agentApp/pages/user-orders/user-orders.vue b/agentApp/pages/user-orders/user-orders.vue new file mode 100644 index 0000000..fdfa1df --- /dev/null +++ b/agentApp/pages/user-orders/user-orders.vue @@ -0,0 +1,309 @@ + + + + + diff --git a/agentApp/pages/withdrawal-history/withdrawal-history.vue b/agentApp/pages/withdrawal-history/withdrawal-history.vue new file mode 100644 index 0000000..1de2a0c --- /dev/null +++ b/agentApp/pages/withdrawal-history/withdrawal-history.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/agentApp/pages/withdrawal-management/withdrawal-management.vue b/agentApp/pages/withdrawal-management/withdrawal-management.vue new file mode 100644 index 0000000..bfc9e43 --- /dev/null +++ b/agentApp/pages/withdrawal-management/withdrawal-management.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/agentApp/static/page/merchant-account-opening-bg.png b/agentApp/static/page/merchant-account-opening-bg.png new file mode 100644 index 0000000..f370d60 Binary files /dev/null and b/agentApp/static/page/merchant-account-opening-bg.png differ