@@ -385,6 +385,7 @@
if(productId){
try {
const res = await checkPurchaseLimit({ productId: productId, num: num });
+
if (res.code !== 200) {
this.$refs.customToast.show({
title: res.msg || '该商品限购,目前剩余可购买数量不足',