diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue index 7bd1778..ba356f0 100644 --- a/src/views/product/productExamine/index.vue +++ b/src/views/product/productExamine/index.vue @@ -928,6 +928,10 @@ const proOptions = [ name: "首发新品", value: "is_new", }, + { + name: "全折扣秒杀", + value: "is_discount", + }, // { // name: "活动专区", // value: "is_activities", @@ -998,6 +1002,10 @@ export default { name: "首发新品", value: "new", }, + { + name: "全折扣秒杀", + value: "discount", + }, // { // name: "活动专区", // value: "activity", @@ -1435,6 +1443,10 @@ export default { this.checkboxGroup.includes("is_hot") ? (this.formValidate.is_hot = 1) : (this.formValidate.is_hot = 0 && this.checkboxGroup.remove("is_hot")); + this.checkboxGroup.includes("is_discount") + ? (this.formValidate.is_discount = 1) + : (this.formValidate.is_discount = + 0 && this.checkboxGroup.remove("is_discount")); }, onChangeRecommend() { this.recommendForm.is_benefit = Number(