该文被密码保护。 阅读全文
posted @ 2020-05-10 22:10 姓叶,名铁柱 阅读(4) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react' import Img from '@/assets/logo.png' //这个图片,是src下assets文件夹 import './styles.less' export default class Imgs ex 阅读全文
posted @ 2020-05-10 21:23 姓叶,名铁柱 阅读(1321) 评论(0) 推荐(0) 编辑
摘要: 效果图: select 里的回填的值 和外面盒子的 数据保持同步更新。 运用到的知识点: 1、表单回填,双向绑定。 2、redux 3、@修饰器 4、表单的 onValuesChange 5、select 的 onDeselect (就是select里的删除回调) 页面代码: import Reac 阅读全文
posted @ 2020-05-10 15:38 姓叶,名铁柱 阅读(1097) 评论(0) 推荐(0) 编辑