Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni.navigateTo 拼接传值,刷新后丢失 #43

Open
xztxxixi opened this issue Sep 6, 2024 · 2 comments
Open

uni.navigateTo 拼接传值,刷新后丢失 #43

xztxxixi opened this issue Sep 6, 2024 · 2 comments

Comments

@xztxxixi
Copy link

xztxxixi commented Sep 6, 2024

itemClick(item, index) {
        uni.navigateTo({
            url: `/pages/user/userdetail?id=${item.id}`
        });
     },
     uni.navigateTo 拼接传值第一次跳转url上能拼接到这个id,一旦刷新页面id就没了
@xztxxixi
Copy link
Author

xztxxixi commented Sep 6, 2024

uni.navigateTo 拼接传值,刷新后丢失

1 similar comment
@xztxxixi
Copy link
Author

xztxxixi commented Sep 6, 2024

uni.navigateTo 拼接传值,刷新后丢失

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant