修改顶部navigator样式
This commit is contained in:
parent
05853b819f
commit
ada2d71136
|
@ -6,7 +6,8 @@
|
|||
"van-field": "@vant/weapp/field/index",
|
||||
"van-icon": "@vant/weapp/icon/index",
|
||||
"van-tab": "@vant/weapp/tab/index",
|
||||
"van-tabs": "@vant/weapp/tabs/index"
|
||||
"van-tabs": "@vant/weapp/tabs/index",
|
||||
"navigator": "/components/navigator/index"
|
||||
},
|
||||
"navigationBarTitleText": "绑定商户"
|
||||
"navigationStyle": "custom"
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
<!--pages/handleLogin/index.wxml-->
|
||||
<!-- <topbar /> -->
|
||||
<navigator title="绑定商户" canBack="{{true}}" />
|
||||
<van-tabs>
|
||||
<van-tab title="扫码绑定">
|
||||
<view class="codeContent">
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"usingComponents": {
|
||||
"van-image": "@vant/weapp/image/index"
|
||||
"van-image": "@vant/weapp/image/index",
|
||||
"navigator": "/components/navigator/index"
|
||||
},
|
||||
"navigationBarTitleText": "二维码"
|
||||
"navigationBarTitleText": "二维码",
|
||||
"navigationStyle": "custom"
|
||||
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<navigator title="二维码" canBack="{{true}}" />
|
||||
<view class="wrapper">
|
||||
<view class="image">
|
||||
<van-image width="400rpx" height="400rpx" src="{{url}}" />
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
/* pages/qrCode/index.wxss */
|
||||
.wrapper {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -22,7 +20,6 @@
|
|||
.tenement {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.name {
|
||||
|
@ -33,4 +30,5 @@
|
|||
margin: 50rpx 40rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 10vh;
|
||||
}
|
Loading…
Reference in New Issue
Block a user