import React from "react"; import { Mask, SpinLoading } from "antd-mobile"; export default function MyLoading({ visible, text }) { return (

{text}

); }