修改捐款金额的默认范围

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: "", formedId: "",
getBaseParams: { getBaseParams: {
minAmount: 0, minAmount: "",
maxAmount: 10000, maxAmount: "",
// sortAmount: "amount", // sortAmount: "amount",
// orderAmount: "asc", // orderAmount: "asc",
sortTime: "time", sortTime: "time",