修改超粉档位

This commit is contained in:
al 2025-01-16 12:41:10 +08:00
parent 8024ac7994
commit 427f1cc9b5
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ const ListItemWithCheckbox = ({
onChange={(value) => {
const newSuperSinglesContr = [...superSinglesContr];
newSuperSinglesContr[index].enable = value;
newSuperSinglesContr[index].price = 0;
newSuperSinglesContr[index].wechatFree = false;
// newSuperSinglesContr[index].price = 0;
// newSuperSinglesContr[index].wechatFree = false;
setSuperSinglesContr(newSuperSinglesContr);
}}
>