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-forms在抖音小程序设置labelwidth失败 #906

Open
YaWeiBoy opened this issue Jun 6, 2024 · 5 comments
Open

uni-forms在抖音小程序设置labelwidth失败 #906

YaWeiBoy opened this issue Jun 6, 2024 · 5 comments

Comments

@YaWeiBoy
Copy link

YaWeiBoy commented Jun 6, 2024

uni-forms在抖音小程序设置labelwidth失败,不生效

@kasnti
Copy link

kasnti commented Jun 13, 2024

不止是这个不生效,表单内填写的值,
form.value
.validate()
.then((res) => {
console.log('表单数据信息:', res)
})
你能正常取到表单数据信息吗?能正常触发校验吗?

@YaWeiBoy
Copy link
Author

这个组件库是不是没人维护了

@kasnti
Copy link

kasnti commented Jun 13, 2024

字节小程序的ui框架还有没有推荐的呀?

@YaWeiBoy
Copy link
Author

目前没发现比较好的,都是微信支付宝,你可以通过uni_modules形式引用组件,把你用到的出问题的组件中options注释掉
options: { // #ifdef MP-TOUTIAO virtualHost: false, // #endif // #ifndef MP-TOUTIAO virtualHost: true // #endif },

@kasnti
Copy link

kasnti commented Jun 13, 2024

目前没发现比较好的,都是微信支付宝,你可以通过uni_modules形式引用组件,把你用到的出问题的组件中options注释掉 options: { // #ifdef MP-TOUTIAO virtualHost: false, // #endif // #ifndef MP-TOUTIAO virtualHost: true // #endif },

这个问题我是看到官方git提交里修复的,我就没改,按你说的重新细细去看了下源码,真是把我整笑了
image
我又重新去翻源码的git记录,发现easyinput 1.1.18改掉了,但是uni-ui 1.5.5里没有应用上。
这个世界就是个巨大的草台班子

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

2 participants