withdraw-apply.js 590 Bytes
export default function() {
  return {
    form: '',
    showLoading: true,
    data: {
      applyType: 0,
    },
    beginStr: '',
    endStr: '',
    beginTimeStr: '',
    endTimeStr: '',
    ruleValidate: {
      productName: [{ required: true, message: '商品名不能为空', trigger: 'blur' }],
    },
    apply: {
      shopId: '',
      applyPid: '',
      applyAmount: '',
      applyType: 0,
      beginTime: '',
      endTime: '',
      applyPhone: '',
      targetAccount: '',
      token: '',
      timestamp: '',
      salt: 'fd4ad5fcsa0de589af23234ks1923ks',
    },
  };
}