withdraw-apply.js
798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export default function() {
return {
showLoading: true,
show: true,
timeCount: '',
timer: null,
isAble: true,
data: {
applyType: 0,
},
params: {},
beginStr: '',
endStr: '',
beginTimeStr: '',
endTimeStr: '',
beginTimeOptions: {},
endTimeOptions: {},
submitDisabled: false,
withdrawRules: {
withdrawAmount: [{ required: true, message: '提现金额不能为空', trigger: 'blur' }],
},
apply: {
shopId: '',
applyPid: '',
applyAmount: '',
applyType: 0,
beginTime: '',
endTime: '',
applyPhone: '15210803601',
targetAccount: '',
token: '',
timestamp: '',
salt: 'fd4ad5fcsa0de589af23234ks1923ks',
verifyCode: '',
},
shopPhone: '',
};
}