We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
} return options;
},
1.10.21
filter属性无法接收到参数
点击选择时间按钮,然后弹窗显示时间选择器
手机
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
代码片段 filterTime(type, options) { console.log('type1', type); console.log('options', options); if(this.data.offline) {
} // if (type === 'minute') { // return options.filter((option) => option % 5 === 0); // } return options;
}, 是在小程序上
Sorry, something went wrong.
更新版本试试 11.6没有复现
No branches or pull requests
重现链接
filterTime(type, options) { console.log('type1', type); console.log('options', options); if(this.data.offline) {},
Vant Weapp 版本
1.10.21
描述一下你遇到的问题。
filter属性无法接收到参数
重现步骤
点击选择时间按钮,然后弹窗显示时间选择器
设备/浏览器
手机
Tasks
The text was updated successfully, but these errors were encountered: