摘要: ``` import { createForm } from "rc-form"; @createForm() class TopAdSlots extends Component { @observable vs = []; @action handlePickerChange = vs => { this.vs = vs; }; render() { ... 阅读全文
posted @ 2018-12-19 19:48 Ajanuw 阅读(2061) 评论(0) 推荐(0) 编辑
摘要: import React, { useState, useEffect, useContext } from "react"; import axios from "axios"; const l = console.log; const BodyContext = React.createCont 阅读全文
posted @ 2018-12-19 11:58 Ajanuw 阅读(143) 评论(0) 推荐(0) 编辑