diff --git a/src/views/marketing/lottery/addGoods.vue b/src/views/marketing/lottery/addGoods.vue index f54c23c..874457c 100644 --- a/src/views/marketing/lottery/addGoods.vue +++ b/src/views/marketing/lottery/addGoods.vue @@ -11,36 +11,40 @@ 未中奖 免单 实物 - - + 优惠券 + 铸源星 - - + +
+ {{ + this.formValidate.coupon_name + }}
- 添加优惠券 --> + >
@@ -124,6 +128,21 @@ style="width: 300px" > + + + --> + + + + +   + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+ + + + + + diff --git a/src/views/marketing/lottery/create.vue b/src/views/marketing/lottery/create.vue index 9cc20e8..445f706 100644 --- a/src/views/marketing/lottery/create.vue +++ b/src/views/marketing/lottery/create.vue @@ -593,6 +593,14 @@ export default { name: "大转盘", type: "1", }, + { + name: "好友助力", + type: "2", + }, + { + name: "新人礼", + type: "3", + }, // { // name: "订单支付", // type: "3", @@ -855,6 +863,8 @@ export default { if (valid) { this.submitOpen = true; + console.log(this.formValidate.id); + if (this.formValidate.id) { lotteryEdit(this.formValidate.id, this.formValidate) .then(async (res) => { diff --git a/src/views/user/list/userDetails.vue b/src/views/user/list/userDetails.vue index 521938d..d405c8a 100644 --- a/src/views/user/list/userDetails.vue +++ b/src/views/user/list/userDetails.vue @@ -840,7 +840,7 @@ min-width="100" />