MP-CU icon indicating copy to clipboard operation
MP-CU copied to clipboard

MP-CU, colorui3.x 微信小程序原生版

Results 18 MP-CU issues
Sort by recently updated
recently updated
newest added

swiperList: [ { img: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big84000.jpg', url: '/pages/document/system/system', type: 'navigateTo' //直接跳转类型 }, { img: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big37006.jpg', url: '/pages/custom/home', type: 'switchTab' //直接跳转类型 }, ] 按照这个方式写代码,在微信小程序里面不能显示图片,不是网络问题,换成本地图片也是不现实,是我哪里没设置对吗?

我希望在接口请求完成后再关闭loading,但是控制台首次输出状态为auto,所以导致800ms后关闭了loading

复选框ui-checkbox-group全选状态值isAllChecked初始值设置为true,页面显示为部分选中的‘模糊状态’,实际应为选中状态. ![image](https://user-images.githubusercontent.com/47137705/174468508-7c661bbb-3861-43e9-98f5-7fd03171b9d5.png) ![image](https://user-images.githubusercontent.com/47137705/174468543-e65c6268-8b81-45cb-8219-284196d03ac6.png)

bug

_cancel() { this.hide(); if (typeof this.successBack == 'function') this.successBack({ 'cancel': true, 'confirm': false }) this.triggerEvent("success", { 'cancel': true, 'confirm': false }); }, 这里的triggerEvent不应该调用success方法,建议改为fail或者其他合适的命名。 _confirm方法中triggerEvent才应该调用success

bug
documentation

$tips 有时候从一个页面到另一个页面关不掉

bug

$cuData全局数据在B页面修改了数据,当返回A页面的时候修改的数据丢失了。 应该如何正确的使用$cuData呢? B页面部分代码 that.data.$cuData.userInfo = reUserInfo.response; // 返回用户信息并赋值到$cuData console.log(that.data.$cuData.userInfo) // 这里输出是有值的 A页面部分代码 console.log(that.data.$cuData.userInfo) // 这里输出userInfo为null

help wanted

在文档中没有看到说明,看ui-tab中没有相关属性,是当前不知道badge功能是吗

enhancement