uniapp开发使用前需要先安装lodash
html
<div class="submit" @click="gopay">
提交
</div>
js
import _ from 'lodash'
//...
yekong
3年前 (2022-03-09)
喜欢
安装依赖
npm i --save lodash
引用
import _ from 'lodash'
使用
_.floor(res, 2)
实现节流
实现防抖
文档
文档地址
...
yekong
3年前 (2022-03-09)
喜欢