修改顶部navigator样式
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user