withdraw-apply.js
621 Bytes
export default function() {
return {
showLoading: true,
data: {
applyType: 0,
},
beginStr: '',
endStr: '',
beginTimeStr: '',
endTimeStr: '',
submitDisabled: false,
withdrawRules: {
withdrawAmount: [{ required: true, message: '提现金额不能为空', trigger: 'blur' }],
},
apply: {
shopId: '',
applyPid: '',
applyAmount: '',
applyType: 0,
beginTime: '',
endTime: '',
applyPhone: '15210803601',
targetAccount: '',
token: '',
timestamp: '',
salt: 'fd4ad5fcsa0de589af23234ks1923ks',
},
};
}