修改BUG

This commit is contained in:
cbb
2026-01-15 17:22:20 +08:00
parent 220b12e945
commit cfdc2ea7b0
24 changed files with 569 additions and 83 deletions

View File

@@ -208,7 +208,7 @@
{
"path": "pages/my-index/meeting-record/index",
"style": {
"navigationBarTitleText": "会议记录",
"navigationBarTitleText": "直播记录",
"navigationBarBackgroundColor": "#ffffff"
}
},
@@ -225,6 +225,12 @@
"navigationBarTitleText": "客服"
}
},
{
"path": "pages/my-index/customer-service/third-party",
"style": {
"navigationBarTitleText": "第三方客服"
}
},
{
"path": "pages/my-index/set-up/index",
"style": {
@@ -323,6 +329,12 @@
"navigationBarTitleText": "拼团记录"
}
},
{
"path": "pages/shop-together/share",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/discover/ranking-list",
"style": {
@@ -400,6 +412,12 @@
"titleNView": false
}
}
},
{
"path": "pages/adduser/index",
"style": {
"navigationBarTitleText": "添加好友"
}
}
],
"globalStyle": {
@@ -441,4 +459,4 @@
}
]
}
}
}