function Form () { this.discountName = '' // 活动名称 this.remark = '' // 活动介绍 this.ifBond = 0 // 活动保证金 this.bondMoney = '' // 保证金金额 // this.activityLabel = '' // 活动标签 // this.discountMode = 1 // 优惠方式 // this.discountProgramme = 1 // 优惠方案 this.discount = null this.ifLimit = 2 this.limitNumber = 0 this.ifAdd = 0 } export default Form