投票增加节流
This commit is contained in:
@@ -42,6 +42,7 @@ export default {
|
||||
if (!this.canotVote) {
|
||||
const {id} = this.$route.query
|
||||
this.$http.post("/app/appvideovoteinfo/voteByVideoId", null, {
|
||||
throttle: 1000,
|
||||
params: {id}
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user