- 发布:2023-08-25 14:40
- 更新:2023-08-25 16:13
- 阅读:274
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: window7
手机系统: 全部
手机厂商: 模拟器
手机机型: 模拟器
页面类型: vue
vue版本: vue3
打包方式: 离线
项目创建方式: CLI
CLI版本号: 3.0.0-alpha-3070720230316001
测试过的手机:
操作步骤:
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
预期结果:
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
实际结果:
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
【报Bug】组件calendar 点击今日monthSwitch回调的年月份数据不对
喜欢技术的前端 - QQ---445849201
刚看了下 ,在uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue 组件中 ,今日是通过change 给父组件传递数据的 ,上个月 和 下个月 是 通过 monthSwitch 给父组件传递数据
backtoday() {
console.log(this.cale.getDate(new Date()).fullDate);
let date = this.cale.getDate(new Date()).fullDate
// this.cale.setDate(date)
this.init(date)
this.change()
},
/**
* 变化触发
*/
change() {
if (!this.insert) return
this.setEmit('change')
},
9***@qq.com
还用测试代码,这么明显的bug 触发月份变化 使用的 跳转之前的月份
2023-10-12 19:43