【antd】倒計時組件

在antd pro自帶倒計時組件:javascript import React, { Component } from 'react'; function fixedZero(val) { return val * 1 < 10 ? `0${val}` : val; } const initTime = props => { let lastTime = 0; let target
相關文章
相關標籤/搜索