KKSU
2024-07-01 a3f7b661a1b7d2d4b48ae5144041b916cd40e6d4
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,
            });
        }