xiaoyong931011
2023-10-18 875570e93e6f0546e573103af303cabfb9ec650c
一个商品领取一张卷,
3 files modified
30 ■■■■ changed files
src/main/resources/templates/febs/views/modules/chat/groupList.html 10 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/chat/mallRegisterMember.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/chat/userList.html 18 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/chat/groupList.html
@@ -110,7 +110,7 @@
        // 查询按钮
        $query.on('click', function () {
            var params = $.extend(getQueryParams(), {field: sortObject.field, order: sortObject.type});
            tableIns.reload({where: params, page: {curr: currPageGroup}});
            tableIns.reload({where: params, page: {curr: 1}});
        });
        // 刷新按钮
@@ -161,13 +161,13 @@
        function openSwitchAutoSend(id) {
            febs.get(ctx + 'admin/chat/openSwitchAutoSend/' + id, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeSwitchAutoSend(id) {
            febs.get(ctx + 'admin/chat/closeSwitchAutoSend/' + id, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        form.on('switch(switchUseRobot)', function (data) {
@@ -180,13 +180,13 @@
        function openSwitchUseRobot(id) {
            febs.get(ctx + 'admin/chat/openSwitchUseRobot/' + id, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeSwitchUseRobot(id) {
            febs.get(ctx + 'admin/chat/closeSwitchUseRobot/' + id, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
src/main/resources/templates/febs/views/modules/chat/mallRegisterMember.html
@@ -68,7 +68,7 @@
            febs.post(ctx + 'admin/chat/updateRegisterMember', data.field, function () {
                layer.closeAll();
                febs.alert.success('操作成功');
                $('#febs-chat-user-list').find('#query').click();
                $('#febs-chat-user-list').find('#reset').click();
            });
            return false;
        });
src/main/resources/templates/febs/views/modules/chat/userList.html
@@ -120,7 +120,7 @@
        // 查询按钮
        $query.on('click', function () {
            var params = $.extend(getQueryParams(), {field: sortObject.field, order: sortObject.type});
            tableIns.reload({where: params, page: {curr: currPageUser}});
            tableIns.reload({where: params, page: {curr: 1}});
        });
        // 刷新按钮
@@ -236,13 +236,13 @@
        function openCreateGroup(userId) {
            febs.get(ctx + 'admin/chat/openCreateGroup/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeCreateGroup(userId) {
            febs.get(ctx + 'admin/chat/closeCreateGroup/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
@@ -256,13 +256,13 @@
        function openModelType(userId) {
            febs.get(ctx + 'admin/chat/openModelType/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeModelType(userId) {
            febs.get(ctx + 'admin/chat/closeModelType/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
@@ -276,13 +276,13 @@
        function openAccount(userId) {
            febs.get(ctx + 'admin/chat/openAccount/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeAccount(userId) {
            febs.get(ctx + 'admin/chat/closeAccount/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
@@ -296,13 +296,13 @@
        function openSwitchIsRobot(userId) {
            febs.get(ctx + 'admin/chat/openSwitchIsRobot/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }
        function closeSwitchIsRobot(userId) {
            febs.get(ctx + 'admin/chat/closeSwitchIsRobot/' + userId, null, function () {
                febs.alert.success('操作成功');
                $query.click();
                $reset.click();
            });
        }