xiaoyong931011
2023-03-06 5d60cdd60f2b8af2291c03c0ec32c49290c4d163
签到,积分设置
1 files modified
15 ■■■■■ changed files
src/main/resources/templates/febs/views/modules/system/hlmScoreSet.html 15 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/system/hlmScoreSet.html
@@ -75,21 +75,6 @@
        }
        form.on('submit(hlm-score-set-submit)', function (data) {
            // let signScore = data.field.signScore;
            // if(0 >= signScore){
            //     febs.alert.warn('【签到积分】请输入大于零');
            //     return false;
            // }
            // let scorePercent = data.field.scorePercent;
            // if(0 >= scorePercent){
            //     febs.alert.warn('【抵扣现金(%)】请输入大于零');
            //     return false;
            // }
            // let scoreChange = data.field.scoreChange;
            // if("0" >= scoreChange){
            //     febs.alert.warn('【兑换现金(%)】请输入大于零');
            //     return false;
            // }
            febs.post(ctx + 'admin/system/hlmScoreSet', data.field, function (res) {
                febs.alert.success('设置成功');
                return ;