不设置节流时间,重复提交问题后端处理
This commit is contained in:
parent
da4bae0dfb
commit
ef3fac493f
@ -124,7 +124,7 @@ export default {
|
|||||||
// 节流,一定时间内只能触发一次
|
// 节流,一定时间内只能触发一次
|
||||||
throttleTime: {
|
throttleTime: {
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: 1000
|
default: uni.$u.props.button.throttleTime
|
||||||
},
|
},
|
||||||
// 按住后多久出现点击态,单位毫秒
|
// 按住后多久出现点击态,单位毫秒
|
||||||
hoverStartTime: {
|
hoverStartTime: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user