import React, { Component } from "react"; import { connect } from "react-redux"; import { ActivityIndicator, Carousel, Toast } from "antd-mobile"; import copy from "copy-to-clipboard"; import { formatDatetime, appBrowser, formatCurrency } from "../../utils/helper"; import "antd-mobile/dist/antd-mobile.less"; import styles from "./index.less"; @connect(({ test }) => ({ test })) class Index extends Component { constructor(props) { super(props); this.state = {}; } componentDidMount = () => {}; render() { return