KKSU
2024-06-24 96a6e0d312a35f4e9fc16d0c6c757768b9bfeb6e
src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html
@@ -77,14 +77,14 @@
            if (type == 1) {
                balance = systemPay.balance
            } else if (type == 2) {
                balance = systemPay.score
                balance = systemPay.balance
            } else if (type ==3) {
                balance = systemPay.prizeScore
                balance = systemPay.balance
            } else {
            }
            form.val("systemPay-update-form", {
                "id": systemPay.id,
                "id": systemPay.memberId,
                "balance": balance,
            });
        }