diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index 0830416e1..eb8c792fd 100644 --- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue @@ -173,7 +173,7 @@ - + @@ -657,7 +657,7 @@ activeStatus:'1', paymentValue:'1', amountCommission:'', - membershipLevel:'', + membershipLevel:[], percentageCommissions:'', fringeBenefit:'', cardValueChildList:[], @@ -823,7 +823,7 @@ chongzhi(){ this.form = { sort:1, - membershipLevel:'', + membershipLevel:[], groupOriented: '1', rechargeBalance:'', giftBalance:'', diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 79391359f..e67eb4c9b 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -340,9 +340,6 @@ - - - @@ -765,12 +762,13 @@ export default { this.$message.error("该商品已存在") return } - this.pdswidlist.push( this.shopdata.goodsId.id) + this.pdswidlist.push( this.shopdata.goodsId.id,) let data = { activeGift: 4, goodsIds : this.shopdata.goodsId.id, goodsName: this.shopdata.goodsId.name, - goodsTotal:1 + + goodsTotal:this.shopdata.count } this.form.shiwudata.push(data) diff --git a/fuintAdmin/src/views/login.vue b/fuintAdmin/src/views/login.vue index fcaf0713b..6ebda41f5 100644 --- a/fuintAdmin/src/views/login.vue +++ b/fuintAdmin/src/views/login.vue @@ -1,17 +1,24 @@