From fd749469a258f7a4ff75fced43be652ef49d5e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Sat, 11 Sep 2021 15:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=95=86=E5=AE=B6=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E4=BD=99=E9=A2=9D=E9=A1=B5=E9=9D=A2UI=E3=80=81?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=95=86=E5=AE=B6=E4=B8=AD=E5=BF=83=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++ pages/business/balance/balance.vue | 205 +++++++++++++++ pages/business/center/center.vue | 6 +- pages/business/withdrawal/withdrawal.vue | 301 +++++++++++++++++++++++ 4 files changed, 524 insertions(+), 2 deletions(-) create mode 100644 pages/business/balance/balance.vue create mode 100644 pages/business/withdrawal/withdrawal.vue diff --git a/pages.json b/pages.json index 29c9529..7ed3270 100644 --- a/pages.json +++ b/pages.json @@ -973,6 +973,20 @@ "navigationBarTitleText": "订单管理", "navigationStyle": "custom" } + }, + { + "path": "pages/business/balance/balance", + "style": { + "navigationBarTitleText": "余额" , + "navigationStyle":"custom" + } + }, + { + "path": "pages/business/withdrawal/withdrawal", + "style": { + "navigationBarTitleText": "提现" , + "navigationStyle":"custom" + } } ], "globalStyle": { diff --git a/pages/business/balance/balance.vue b/pages/business/balance/balance.vue new file mode 100644 index 0000000..683c803 --- /dev/null +++ b/pages/business/balance/balance.vue @@ -0,0 +1,205 @@ + + + + + + \ No newline at end of file diff --git a/pages/business/center/center.vue b/pages/business/center/center.vue index 9ef761f..ba5cbbd 100644 --- a/pages/business/center/center.vue +++ b/pages/business/center/center.vue @@ -10,11 +10,11 @@ 雅诗兰黛专卖店 - + 余额 - + 扫一扫 @@ -148,6 +148,8 @@ width: 100%; display: flex; justify-content: space-between; + position: relative; + z-index: 9; .head-img{ width: 100rpx; height: 100rpx; diff --git a/pages/business/withdrawal/withdrawal.vue b/pages/business/withdrawal/withdrawal.vue new file mode 100644 index 0000000..9b3dbea --- /dev/null +++ b/pages/business/withdrawal/withdrawal.vue @@ -0,0 +1,301 @@ + + + + + +