相关文章推荐
风流的板栗  ·  香港閱讀城·  11 月前    · 
考研的台灯  ·  OH 3.3.0 Frontail not ...·  1 年前    · 
知识渊博的斑马  ·  Excel ...·  2 年前    · 
自信的胡萝卜  ·  Nosql-neo4j-Cypher 语句 ...·  2 年前    · 
class MerList extends PureComponent<{dispatch,spending},{merId:string,merName:string}>{
export interface MerlistState {
  merId: string;
  merName: string;
@connect(({ spending }) => ({
  spending,
  // loading,
class MerList extends PureComponent<MerlistProps,MerlistState>{
  constructor(props) {
    super(props);
    this.state = {
      merId:'',