修改捐款金额的默认范围
This commit is contained in:
parent
cc471533cf
commit
3865ad1490
|
|
@ -20,8 +20,8 @@ export const donationMixin = {
|
|||
formedId: "",
|
||||
|
||||
getBaseParams: {
|
||||
minAmount: 0,
|
||||
maxAmount: 10000,
|
||||
minAmount: "",
|
||||
maxAmount: "",
|
||||
// sortAmount: "amount",
|
||||
// orderAmount: "asc",
|
||||
sortTime: "time",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user