chore:加了首页导航栏,一键导航在弹窗下面

This commit is contained in:
2026-01-23 17:23:32 +08:00
parent fe9271659b
commit 5509ca9d09
2 changed files with 2 additions and 1 deletions

View File

@@ -760,6 +760,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.complete-info-popup { .complete-info-popup {
.complete-info-wrap { .complete-info-wrap {
z-index: 2147483646;
background: #fff; background: #fff;
padding: 50rpx 40rpx 40rpx; padding: 50rpx 40rpx 40rpx;

View File

@@ -3,7 +3,7 @@
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationStyle": "custom" "navigationBarTitleText": "首页"
} }
}, },
{ {