fix: fix sticky bar style

This commit is contained in:
2025-09-03 15:53:43 +08:00
parent 2f7984ea2b
commit 7caa0ac208
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ const GuideBar = (props) => {
if (code === 'personal') {
url = '/pages/userInfo/myself/index'
}
Taro.navigateTo({
Taro.redirectTo({
url: url,
}).then(() => {
Taro.pageScrollTo({