diff --git a/pages.json b/pages.json index ddcf831..b957f87 100644 --- a/pages.json +++ b/pages.json @@ -125,6 +125,7 @@ "path": "pages/moreProject/moreProject", "style": { "navigationBarTitleText": "商户平台", + "navigationStyle": "custom", "enablePullDownRefresh": false } diff --git a/pages/margin/margin.vue b/pages/margin/margin.vue index a9ab8a1..65a8231 100644 --- a/pages/margin/margin.vue +++ b/pages/margin/margin.vue @@ -8,6 +8,10 @@ 已缴纳保证金 {{merchant_Data.paid_margin}} + + 未缴纳保证金 + {{merchant_Data.unpaid_margin}} + 缴纳店铺账户 {{merchant_Data.mer_name}} @@ -236,7 +240,7 @@ display: flex; flex-direction: column; padding: 0 28rpx; - margin-top: 50rpx; + margin-top: 85rpx; .title { font-size: 32rpx; diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index 321617c..62ede90 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -1,5 +1,16 @@