修改捐款金额的默认范围

This commit is contained in:
WindowBird 2025-09-18 15:09:55 +08:00
parent cc471533cf
commit 3865ad1490

View File

@ -20,8 +20,8 @@ export const donationMixin = {
formedId: "",
getBaseParams: {
minAmount: 0,
maxAmount: 10000,
minAmount: "",
maxAmount: "",
// sortAmount: "amount",
// orderAmount: "asc",
sortTime: "time",