赞
踩
微信小程序支持npm啦! 使用方法:
npm init
npm install formatetime --save
import {countDown} from 'formatetime'; this.setData({time: countDown('2020/08/23','D天')})
如果使用的是ui组件, 需在json文件中先引入组件再在wxml页面中使用