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 @@ - - - {{ systemName }} - 欢迎使用 {{ systemName }},您的卡券、储值卡、计次卡等会员营销小管家! + + + 蓝鲸智慧加油站 + + 活动营销 + 节省人力 + 精准定位 - - - - - {{ systemName }} - + + + 登录 + + + + + + + + + + - - + + + + + + + + + + 记住密码 @@ -63,7 +81,22 @@ 登 录 中... - + + + + + + + + + + + + + + + + Copyright © 2020-2023 fuint.cn All Rights Reserved. @@ -75,9 +108,11 @@ import { getCodeImg } from "@/api/login"; import Cookies from "js-cookie"; import { encrypt, decrypt } from '@/utils/jsencrypt' +import BalanceRecharge from "@/views/member/balanceRecharge.vue"; export default { name: "Login", + components: {BalanceRecharge}, data() { return { codeUrl: "", @@ -171,9 +206,78 @@ export default {
欢迎使用 {{ systemName }},您的卡券、储值卡、计次卡等会员营销小管家!