@@ -155,6 +155,11 @@ export default {
title: "兑换成功",
});
this.getUserInfo();
+ } else {
+ uni.showToast({
+ icon: "none",
+ title: res.errmsg || "兑换失败",
+ });
}
},