React 实现二级联动(左右联动)
本文实例为大家分享了 React 实现二级联动的具体代码
供大家参考,具体内容如下
js 代码
import { Component } from 'react'
import './linkage.less'
class Linkage extends Component {
constructor(...args) {
super(...args)
// 添加左侧
this.FnBu#onList = []
//添加右侧
this.FnContentList = []
// 开关
this.ScrollBys = true
// 在 constructor 中直接执行——>react 更新时才
会渲染——>componentDidMount 时才能触发获取
评论0
最新资源