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

[calendar] 日历设置switch-mode后,IOS预览和真机不显示calendar-header中间的月份 #3391

Closed
prprprPro opened this issue Dec 24, 2024 · 6 comments · Fixed by #3392
Labels
glass-easel glass-easel question This is a question, not a bug

Comments

@prprprPro
Copy link

prprprPro commented Dec 24, 2024

tdesign-miniprogram 版本

1.8.3

重现链接

No response

重现步骤

简单实现
<t-calendar switch-mode="month" use-popup="{{false}}" />
请观察切换月份header的中间标题
PC端正常
image
IOS端不显示中间的月份,左右切换后也没有
dfa91e245c28b6d5707fb9b3b5dca24

期望结果

经核查,template.wxml文件缺少了对calendar.wxs的引用
<wxs src="./calendar.wxs" module="this" />
导致line 25和line 42的this.getMonthTitle无法返回正确的title
请在template.wxml最前面补充该引用

实际结果

template.wxml文件的this.getMonthTitle无效引用

基础库版本

No response

补充说明

我感觉这是不是基础库的问题...电脑端是好的说明能跨文件引用wxs,IOS端就不行

Copy link
Contributor

👋 @prprprPro,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao
Copy link
Collaborator

anlyyao commented Dec 24, 2024

@prprprPro 看下是不是 #3345 问题, 需要移除配置:"componentFramework": "glass-easel"

@anlyyao anlyyao added question This is a question, not a bug glass-easel glass-easel labels Dec 24, 2024
@prprprPro
Copy link
Author

@prprprPro 看下是不是 #3345 问题, 需要移除配置:"componentFramework": "glass-easel"

可以解决,谢谢。现在新建项目app.json默认都带这个配置,要不要考虑文档里提一下,不然默认配置都加载不出的。

@anlyyao
Copy link
Collaborator

anlyyao commented Dec 24, 2024

@prprprPro 看下是不是 #3345 问题, 需要移除配置:"componentFramework": "glass-easel"

可以解决,谢谢。现在新建项目app.json默认都带这个配置,要不要考虑文档里提一下,不然默认配置都加载不出的。

🫡,正准备给文档再加一个 FAQ

@anlyyao
Copy link
Collaborator

anlyyao commented Dec 24, 2024

@prprprPro 看下是不是 #3345 问题, 需要移除配置:"componentFramework": "glass-easel"

可以解决,谢谢。现在新建项目app.json默认都带这个配置,要不要考虑文档里提一下,不然默认配置都加载不出的。

🫡,正准备给文档再加一个 FAQ

😂 挣扎了一下 ,我会在 template.wxml 文件中,重新加入对 calendar.wxs 文件引用

@prprprPro
Copy link
Author

@prprprPro 看下是不是 #3345 问题, 需要移除配置:"componentFramework": "glass-easel"

可以解决,谢谢。现在新建项目app.json默认都带这个配置,要不要考虑文档里提一下,不然默认配置都加载不出的。

🫡,正准备给文档再加一个 FAQ

😂 挣扎了一下 ,我会在 template.wxml 文件中,重新加入对 calendar.wxs 文件引用

哈哈哈哈保险点!感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
glass-easel glass-easel question This is a question, not a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants