diff --git a/agentApp/pages.json b/agentApp/pages.json index 0aef364..b58fe17 100644 --- a/agentApp/pages.json +++ b/agentApp/pages.json @@ -62,14 +62,41 @@ } }, + { "path" : "pages/payment/payment", "style" : { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "navigationBarTitleText" : "扫码", + "navigationBarBackgroundColor": "#ededed", + "navigationBarTextStyle": "black" } + }, + + { + "path" : "pages/merchant-login/index", + "style" : + { + "navigationBarTitleText": "商户登录", + "navigationBarBackgroundColor": "#F52F3E", + "navigationBarTextStyle": "white" + + } + + }, + { + "path" : "pages/merchant-index/index", + "style" : + { + "navigationBarTitleText": "商户主页", + "navigationBarBackgroundColor": "#F52F3E", + "navigationBarTextStyle": "white" + + } + } + + ], "globalStyle": { diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue index 0643f79..b2e156e 100644 --- a/agentApp/pages/allpages/index.vue +++ b/agentApp/pages/allpages/index.vue @@ -1,8 +1,8 @@