相关文章推荐
干练的滑板  ·  OnInitialized与OnSource ...·  10 月前    · 
纯真的显示器  ·  PIL ...·  1 年前    · 
茫然的猴子  ·  ComVisibleAttribute 类 ...·  1 年前    · 
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:'',