码迷,mamicode.com
首页 > 其他好文 > 详细

layer 漂亮的弹窗

时间:2019-12-08 14:02:55      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:ons   can   弹窗   dial   后台   index   http   class   fun   

 1 layer.confirm(‘<font color="red">请认真核对账目信息,提交后将不可撤回!!</font>‘, {
 2                                         icon:3,
 3                                         title:"财务确认账目操作",
 4                                         btn: [‘确定‘, ‘取消‘]
 5                                     }, function (index, layero) {
 6                                         //提交后台
 7                                         console.log(‘confirm‘)
 8                                         $.post("/index.php/Admin/ServiceEvent/confirm?access_token="+token,field,function (res) {
 9                                             if(res.code == 1){
10                                                 layer.msg(res.msg, {icon: 1});
11                                                 layui.table.reload(‘LAY-service-index‘); //重载表格
12                                                 layer.close(index); //执行关闭
13                                             }else {
14                                                 layer.alert(res.msg,{icon:2});
15                                             }
16                                         });
17                                         layer.closeAll(‘dialog‘);
18                                     },function () {
19                                         console.log(‘cancel‘)
20                                     }
21                                 );

技术图片

 

 layer.alert(res.msg,{icon:2});

  技术图片

 

 

 

layer 漂亮的弹窗

标签:ons   can   弹窗   dial   后台   index   http   class   fun   

原文地址:https://www.cnblogs.com/pxjbk/p/12005556.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!