fix: 增加商品

This commit is contained in:
zhangds 2024-02-28 09:47:26 +08:00
parent ea4c9c7d2b
commit 60cb297f3e
1 changed files with 1 additions and 2 deletions

View File

@ -392,8 +392,7 @@
let clr = setTimeout(() => { let clr = setTimeout(() => {
this.promtshow = false; this.promtshow = false;
this.promttip = ''; this.promttip = '';
}, 3000); }, 500);
clearTimeout(clr);
}, },
//错误弹出框 //错误弹出框
openErrorDialog(tip) { openErrorDialog(tip) {