if(zIndex.value) { style.zIndex=Number(zIndex.value) } //#ifdef MP if(placeholder.value&&fixed.value) { style.height=navHeight.value Expand DownExpand Up@@ -120,7 +125,7 @@ export default defineComponent({ <template> <viewclass...
xiaohe0601 changed the title docs(avatar-group): 修复z-index无效 fix(avatar-group): 修复z-index无效 Mar 1, 2024 Member Author xiaohe0601 commented Mar 1, 2024 关联#214 View details xiaohe0601 merged commit 1b64ffc into nutui-uniapp:main Mar 1, 2024 5 checks passed Sign up for fr...
一、uniapp 使用 vuex 先看代码 store/index.js store/modules/screening.js 说明一下需求:子组件向父组件传值,我才用的是 vuex方式传值 这里值已经传到仓库里了,现在是取值的过程,我发现 小程序端 可以触发 count(),在 app和 h5端不可以。 二、解决办法 在template标签中添加如下代码... ...
dataValue])) { let index = this.current.findIndex(e => { return e[this.dataValue] == item[this.dataValue] }) this.current.splice(index, 1) this.currentArr.splice(index, 1) this.emit(this.current) } else { this.current.push(item) this.currentArr.push(item[this.dataValue]) this...
3.指令 在H5平台 使用 v-for 循环整数时和其他平台存在差异,如 v-for="(n, index) in 10" 中,在H5平台 n 从 1 开始,其他平台 n 从 0 开始,可使用第二个参数 index 来保持一致(index从0开始) 在小程序平台中v-show指令无效,建议统一使用v-if ...
http://www.zxlee.cn/github/uni-z-paging/demo/index.html 扫码体验 此组件已支持uni_modules,下载完整示例时组件在uni_modules目录下。 基本使用 ①在<template> 中使用@query绑定js中分页请求的方法(z-paging会将计算好的pageNo和pageSize两个参数传递到此方法中),然后通过 :list.sync绑定列表for循环的list...
indexOf('zh-hans') !== -1) { return 'zh-Hans'; } return 'zh-Hant'; } if (formatedLanguage.indexOf('en') !== -1) return 'en'; return language; } return zI18n.t[key][this.finalLanguage]; }, } } export default ZPI18n; vedio/uni_modules/z-paging/...
9.优化scrollIntoViewByIndex支持在虚拟列表中滚动到指定cell。 10.优化content-z-index默认值修改为1。 2.7.7(2024-04-01) 1.新增下拉进入二楼功能及相关配置&demo。 2.新增虚拟列表写法添加【非内置列表】写法,可良好兼容vue3中的各平台并有较优的性能表现。
demo Update index.vue Jul 10, 2024 z-paging v2.7.12-修复:to-bottom-loading-more-enabled="false" 无效的问题 Jul 9, 2024 .gitattributes Initial commit Jan 17, 2021 .gitignore v2.5.8-代码调整 May 3, 2023 LICENSE Initial commit Jan 17, 2021 README.md Update README.md Apr 3, 2024 ...
H5平台 优化 发行时 index.css 文件名包含 hash 以便更好的控制缓存 详情 H5平台 优化 video 组件全屏展示效果 详情 H5平台 优化 canvas 组件内存占用 H5平台 修复 css 变量 --window-bottom 在全面屏设备不准确的Bug 详情 H5平台 修复 canvasContext.measureText 报错的Bug 详情 H5平台 修复 uni.createAnimation ...