layer删除

 layer.alert('', {
                            icon:3, title: '删除确认', content: '您确定要删除这条记录吗?', btn: ['确定','取消']
                        }, function (index) {
                            //business logic
                            del(num);
                            layer.close(index);
                        });                             

 

posted @ 2018-04-12 09:48  你的斗志并没有失去  阅读(607)  评论(0编辑  收藏  举报