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

原生小程序 点击事件怎么使用的,请指点一下 #618

Open
Tamarackwyh opened this issue Oct 29, 2024 · 0 comments
Open

原生小程序 点击事件怎么使用的,请指点一下 #618

Tamarackwyh opened this issue Oct 29, 2024 · 0 comments

Comments

@Tamarackwyh
Copy link

Tamarackwyh commented Oct 29, 2024

点击事件没有生效,希望实现点击超链接跳转页面

linktap(e) {
const { href = '' } = e || {};
console.log('点击链接:', href)
if (href) {
wx.navigateTo({
url: '/pages/article/article?url=' + href,
})
}
},

copy-link="{{false}}"
bind:tap="linktap"

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