wx_calendar icon indicating copy to clipboard operation
wx_calendar copied to clipboard

微信小程序-日历组件 📅

Results 50 wx_calendar issues
Sort by recently updated
recently updated
newest added

**BUG描述** 华为p40pro机型上出现日期不显示问题,主要表现是缺少了周六的内容 **复现步骤** 初始化就会出现 **期望结果** **实际结果** **截图** ![bug](https://user-images.githubusercontent.com/24774398/141271765-f63074ac-ed0e-4a09-9fec-58bdafffefe9.png)

bug
duplicate

**BUG描述** **复现步骤** **期望结果** **实际结果** **截图**

bug
fixed

**BUG描述** 日历上有多个状态标识,需要给不同日期添加不同的class,使用setDateStyle(),发现父子元素都添加上了class **复现步骤** **期望结果** ![预期效果](https://user-images.githubusercontent.com/50577225/144393119-706c5bfc-f24e-47c1-b975-8cfa7e9ccaf7.png) **实际结果** ![实际效果](https://user-images.githubusercontent.com/50577225/144393146-e6a7f9ee-d93e-4eb0-a4cf-6d5a3e2f23ad.png) ![代码](https://user-images.githubusercontent.com/50577225/144393165-08ddd3e7-1bfc-432d-8738-53ca0eeb0638.png) **截图**

bug

v2版本实际上应该是`/src/component/v2`,所以v2的文档应该是: > 将 `v2` 文件夹拷贝至自己的组件目录 ... 同时usingComponents也需要改成: > "calendar": "/component/v2/index" 同时建议也加上v1版本的对于源码位置的提示 (看了半天v2文档但实际接入的是v1,导致config不生效,看到 #452 才发现这个问题) | v1版本 | v2版本 | | :----: | :----: | | ![image](https://user-images.githubusercontent.com/29404224/178646046-589d4093-3086-48ee-9932-e518ec091a78.png) | ![image](https://user-images.githubusercontent.com/29404224/178646290-477658bd-e09e-4a2b-9c87-c882a61c52e5.png) |

question

**问题描述** 具体描述使用过程中有不明白或者疑惑的地方 ![image](https://user-images.githubusercontent.com/58359650/127255019-c31e3582-0ef5-4e98-9c45-7fd379be660f.png) ![image](https://user-images.githubusercontent.com/58359650/127255104-2c350645-c0ed-4a4d-bb09-444747d830a7.png) ![image](https://user-images.githubusercontent.com/58359650/127255135-07a83591-c688-4bf1-9130-9c4655daef83.png) 设置但是选择日期未触发方法,且自定义配置已经在页面加载,但是都未生效

question

**问题描述** 使用版本v2 最新版本 先切换月份后,再调用周视图和月视图的切换,当前月份会更改。 **复现步骤** 1. 初始化日历当前月份,点击箭头切换到其他月份 2. 点击自定义的按钮,切换周、月视图: 周视图和月视图的切换调用如下: // 展开、收起,切换日历视图 ``` toggleDisplay() { const calendar = this.selectComponent('#calendar').calendar this.setData({ isDisplay: !this.data.isDisplay }) if(this.data.isDisplay) { calendar.switchView('month').then(() => {}) } else...

bug

**BUG描述** afterTapDate 方法无效 **复现步骤** ``` ``` 查源码发现应该叫afterTapDay

bug

**问题描述** 具体描述使用过程中有不明白或者疑惑的地方

question

**问题描述** 具体描述使用过程中有不明白或者疑惑的地方 ![image](https://user-images.githubusercontent.com/84912511/143541497-d4ebd7cb-032a-4704-86f6-8d2206055abb.png) ![image](https://user-images.githubusercontent.com/84912511/143541517-08ce684d-8495-4074-a04b-d9c3af1739ed.png)

question

**问题描述** 具体描述使用过程中有不明白或者疑惑的地方 ![image](https://user-images.githubusercontent.com/84912511/143538590-8c8ebdaf-c170-4794-8a73-364d4eb5d9fd.png) ![image](https://user-images.githubusercontent.com/84912511/143538618-694fc192-95e0-4c56-8c4f-89bff4849aba.png) 我为啥拿不到参数

question