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