当前位置: 首页 > news >正文

antd 类组件swiper中的指示器和ref

import React, { ReactNode } from ‘react’;

constructor(props: VGrageModelProps) {
super(props);
this.state = {};
this.indicatorRef = React.createRef();//创建了一个ref
}
render(): ReactNode {
return (


<Swiper
ref={this.indicatorRef}
indicator={(total, current) => (

<img
style={{ display: currentIndicator <= 0 ? ‘none’ : ‘block’ }}
src=“”
alt=“”
onClick={() => {
console.log(88, this.inputRef, this.inputRef.current);
this.indicatorRef.current.swipePrev();
this.setState({ currentIndicator: current - 1 });
}}
/>
= total - 1 ? ‘none’ : ‘block’,
}}
src=“”
alt=“”
onClick={() => {
this.indicatorRef.current.swipeNext();
this.setState({ currentIndicator: current + 1 });
}}
/>

)}
>
{list?.map((item, index) => (
<Swiper.Item key={index}>
99
<Swiper.Item>
}

}

我们使用了 createRef 创建了一个 ref,将其挂到了原生DOM元素 Swiper 上面,这时候,我们就可以通过 ref.current 获取到这个DOM元素,并且可以调用上面的方法。

相关文章:

  • wordpress+全局设定/长沙百度推广开户
  • 做刷单哪个网站找小白/谷歌seo快速排名优化方法
  • wap网站实例/世界足球排名
  • 安装和使用wordpress/网页代码
  • 三型布局的网站/指数平滑法
  • 赣州做网站的公司有哪家好/搜索引擎广告
  • 自主异常检测算法(Matlab代码实现)
  • java中的位运算符
  • 二十、解释器模式 ( Interpreter Pattern )
  • SpringMVC视图视图控制器
  • 怎么把两个PDF合并成一个?这几种操作轻松合并
  • 微信小程序——视图与逻辑,页面导航(导航到 tabBar 页面,导航到非 tabBar 页面)
  • 系分 - 案例分析 - 项目管理
  • 产品---竞品分析
  • 第九届蓝桥杯省赛 C++ A组 - 付账问题
  • 从汇编的角度了解C++原理——类的储存结构和函数调用
  • 双向bfs-字串变换
  • 软考报名有没有学历要求?2023年软考报名条件分享