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标签中添加如下代码... ...
在H5平台 使用 v-for 循环整数时和其他平台存在差异,如 v-for="(n, index) in 10" 中,在H5平台 n 从 1 开始,其他平台 n 从 0 开始,可使用第二个参数 index 来保持一致(index从0开始) 在小程序平台中v-show指令无效,建议统一使用v-if 4.组件参数 在小程序平台中,组件参数不得直接传递数组长度,否则...
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...
v-for这里,:key = index最好不要用,这就相当于你把数据放在数组中,而索引和数据之间并不是一一对应的。假如你的数据是【a,b,c,d】,如果删除了a,b,c,d的索引就都变了。对于diff算法来说,它会根据key比较数据更新前后的变化从而驱动页面渲染,如果key和数据是一一对应的,那diff算法只会找到被修改的节点,也...
H5平台 优化 发行时 index.css 文件名包含 hash 以便更好的控制缓存 详情 H5平台 优化 video 组件全屏展示效果 详情 H5平台 优化 canvas 组件内存占用 H5平台 修复 css 变量 --window-bottom 在全面屏设备不准确的Bug 详情 H5平台 修复 canvasContext.measureText 报错的Bug 详情 H5平台 修复 uni.createAnimation ...