Browse Source

隐藏登录页面和支付页面的导航栏,支付页的支付宝图标替换为微信图标

master
yangrz 2 years ago
parent
commit
aeae38f980
  1. 15
      agentApp/App.vue
  2. BIN
      agentApp/static/page/aplay.png

15
agentApp/App.vue

@ -18,4 +18,19 @@
body,uni-page-body {
height: 100%;
}
/* 隐藏路径为 pages/payment/payment 页面的 navigationBar */
uni-page[data-page="pages/payment/payment"] uni-page-head {
display: none;
}
/* 隐藏路径为 pages/merchant-login/index 页面的 navigationBar */
uni-page[data-page="pages/merchant-login/index"] uni-page-head {
display: none;
}
/* 隐藏路径为 pages/agent-login/index 页面的 navigationBar */
uni-page[data-page="pages/agent-login/index"] uni-page-head {
display: none;
}
</style>

BIN
agentApp/static/page/aplay.png

Before

Width: 30  |  Height: 30  |  Size: 558 B

After

Width: 30  |  Height: 30  |  Size: 578 B

Loading…
Cancel
Save