🦀️ fix: 修复bug
This commit is contained in:
parent
b85dcfa184
commit
943a7ae352
|
@ -118,7 +118,8 @@
|
|||
this.loading = false;
|
||||
clearTimeout(clr);
|
||||
}, 2000);
|
||||
this.getProductDetail(true, res.message);
|
||||
const text = res.code == 200 ? '' : res.message;
|
||||
this.getProductDetail(true, text);
|
||||
})
|
||||
.catch((err) => { });
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue