|
@@ -202,10 +202,12 @@ export default {
|
|
|
this.codeloading = false;
|
|
|
this.discount_code_status = res.discount_code_status;
|
|
|
if (this.discount_code_status != 1 && this.discount_code_status != 2) {
|
|
|
- this.$message.warning("优惠码无效");
|
|
|
+ // this.$message.warning("优惠码无效");
|
|
|
+ this.$message.warning(this.$t("Key696"));
|
|
|
} else {
|
|
|
if (this.discount_code_status == 2) {
|
|
|
- this.$message.warning("优惠码已被使用");
|
|
|
+ // this.$message.warning("优惠码已被使用");
|
|
|
+ this.$message.warning(this.$t("Key697"));
|
|
|
} else {
|
|
|
this.isShow = false;
|
|
|
this.back_discount_code = res.discount_code;
|