Blame view

admin-web-master/src/views/active/discountlist/modul.js 414 Bytes
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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