优化绑定功能按钮显示

This commit is contained in:
geng.tang@qq.com
2024-01-10 13:45:57 +08:00
parent a1d0e825ef
commit e954472f26
12 changed files with 795 additions and 19 deletions

View File

@@ -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": {