Administrator
2026-07-01 be19a85aab38a5d88137f192eccd8bae1bd14ed1
refactor(mallMember): 替换 febs.get 为 $.get 请求方法

- 将 couponSelect.html 中的 febs.get 方法替换为标准的 $.get 方法
- 简化了 AJAX 请求调用方式
- 提高了代码的兼容性和可维护性
1 files modified
2 ■■■ changed files
src/main/resources/templates/febs/views/modules/mallMember/couponSelect.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/mallMember/couponSelect.html
@@ -74,7 +74,7 @@
            data: []
        });
        febs.get(ctx + 'admin/goods/coupon/tree', null, function(data) {
        $.get(ctx + 'admin/goods/coupon/tree', function(data) {
            var options = [];
            for (var k in data) {
                options.push({