优化绑定功能按钮显示
This commit is contained in:
16
pages.json
16
pages.json
@@ -69,7 +69,7 @@
|
||||
"path": "pages/merchant/merchant",
|
||||
"style": {
|
||||
"navigationBarTitleText": "附近站点推荐",
|
||||
"enablePullDownRefresh": false
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
|
||||
},
|
||||
@@ -369,11 +369,23 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/dealer/poster",
|
||||
"path": "pages/withdraw/withdraw",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/withdraw/log/log",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现记录",
|
||||
"enablePullDownRefresh": false,
|
||||
"disableScroll":false,
|
||||
"app-plus" : {
|
||||
"bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
|
||||
},
|
||||
"mp-alipay":{"allowsBounceVertical":"NO"} // 取消支付宝和钉钉小程序的iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/dealer/order",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user