-
Notifications
You must be signed in to change notification settings - Fork 501
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
多日历组件无法跳转到指定日期 #245
Comments
这样的配置不行 |
你需要这么多的配置? |
是的,做一个日历表,显示全年的月份 |
因为这么多配置可能存在互斥的情况,我中午看下 |
好的 |
请问 |
在afterCalendarRender里面调用的
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: imfu <[email protected]>
发送时间: 2020年1月2日 18:28
收件人: treadpit/wx_calendar <[email protected]>
抄送: weihua <[email protected]>, Author <[email protected]>
主题: 回复:[treadpit/wx_calendar] 多日历组件无法跳转到指定日期 (#245)
请问 this.calendar.jump(2020, 2, 1, '#calendar2'); 调用的上下文是什么
/是在 afterCalendarRender 之后调用的么?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
因这里涉及的点稍多,如果急用可以先暂时使用宏任务,如下方法处理试试: afterCalendarRender() {
setTimeout(() => {
this.calendar.jump(2019, 7, 23, '#start');
}, 100);
} |
The text was updated successfully, but these errors were encountered: