name组件内部读取的list参数中的属性名,见上方说明stringname- bg-color背景颜色string#f3f4f6- current1.6.2初始化时,默认显示第几项String | Number0- #Events 事件名说明回调参数 click点击轮播图时触发index:点击了第几张图片,从0开始 change轮播图切换时触发(自动或者手动切换)index:切换到了第几张图片,从0...
修复修复u-swiper-action组件部分平台不能上下滑动的问题 修复修复u-list回弹问题 修复修复notice-bar组件动画在低端安卓机可能会抖动的问题 新增u-loading-page添加控制图标大小的属性iconSize 修复修复u-tooltip组件color参数不生效的问题 修复修复u--input组件使用blur事件输出为undefined的bug ...
}return-1; },scrollToAnchor(index) {if(this.scrollToAnchorIndex=== index) {return; }this.scrollToAnchorIndex= index;constanchor =this.children.find((item) =>item.index===this.indexList[index]);if(anchor) {this.$emit('select', anchor.index); uni.pageScrollTo({duration:0,scrollTop: ...
Swiper 轮播图组件Click事件触发两次Bug #248 Closed Yjx710 opened this issue Dec 21, 2023· 1 comment CommentsYjx710 commented Dec 21, 2023 问题如下: ` <u-swiper :list="carouselData" indicator keyName="fontUrl" imgMode="scaleToFill" class="image" height="100%" :loading="loading" circula...
uView UI,是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水 - fix(u-notice-bar):修复点击事件无法拿到index索引值的问题 · neopaoe/uView2.0@5524282
96.修复`picker``lastIndex`异常导致的`column`异常问题 107.`tabs`增加长按事件支持 118.修复`u-avatar``square`属性在小程序`open-data`下无效问题 129.其他一些修复 13## 2.0.36(2023-03-27) 14# uView2.0重磅发布,利剑出鞘,一统江湖 15 161.重构`deepClone`&`deepMerge`方法 ...
keyName从list元素对象中读取的键名Stringname- #Events 事件名说明回调参数版本 click点击标签时触发index: 标签索引值,item: 传入的其他值- longPress长按标签时触发index: 标签索引值,item: 传入的其他值- change标签索引改变时触发(disalbed时不会触发)index: 标签索引值,item: 传入的其他值- ...
说明:有时候,我们在打开一个swipeAction的同时,需要自动关闭其他的swipeAction,这时需要通过open事件实现,见如下: <template><view><u-swipe-action:show="item.show":index="index"v-for="(item, index) in list":key="item.id"@click="click"@open="open":options="options"><viewclass="item u-border...
click回调事件带有一个index值,这个索引值为传递的list数组的索引值,根据回调事件,能获得点击了 第几项和该项的内容 <template><u-action-sheet :list="list" @click="click" v-model="show"></u-action-sheet></template><script>export default {data() {return {list: [{text: '点赞',color: 'blu...
通过设置is-scroll(默认为true),配置tabs组件的内容是否可以左右拖动,一般4个标签以下时,无需拖动,设置为false,5个标签以上,建议可以左右拖动。 tabs标签的切换,需要绑定current值,在change事件回调中可以得到index,将其赋值给current即可。 具体的标签,通过list参数配置,该参数要求为数组,元素为对象,对象要有name属性...