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 @@ + + + + + +