fix: 防抖

This commit is contained in:
zhangds 2024-04-09 16:01:45 +08:00
parent 8750dc3fd4
commit 23f09fddb7
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
<img class="but"
:style="{marginTop:goods.group_info.channel==2||goods.group_info.channel==1&&goods.group_info.receive_mode==1&&'0.12rem'}"
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/combining/ysf_but.png"
alt="" @click="submit"
alt="" @click="submit" :disabled="loading"
v-show="goods.send_status === 5 || goods.send_status === 3 || goods.send_status === 4">
<!-- 发放中。。。 -->
@ -657,7 +657,7 @@
this.loading = true;
setTimeout(() => {
this.loading = false;
}, 2000)
}, 5000)
if (this.goods.send_status === 3 || this.goods.send_status === 4) {
let params = {