type
Post
status
Published
date
Feb 15, 2023
slug
code-14
summary
uniapp问题
tags
技术
category
技术分享
icon
password
Property
May 19, 2023 03:07 AM

1. u-checkbox-group 的 change checkboxGroupChange 无法获取选中的内容

今天就真碰到一个莫名其妙的 bug!
硬是无法选中
notion image
点击完全没变化,打印也没值!
经过层层删除过滤,发现
notion image
 
 
  1. 时间转换
this.$u.timeFormat(item.created_at * 1000, 'yyyy-mm-dd');
网站收藏vue 中 eventbus $on 被多次触发