index.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {include file="public/header" /}
  2. <style>
  3. .layui-table-view .layui-table[lay-size=lg] .layui-table-cell {height: 58px;line-height: 58px;}
  4. .wx-audio-content{padding:0px;border:0px;}
  5. .wx-audio-content .wx-audio-left .wx-audio-state{margin-bottom:15px;}
  6. .wx-audio-content .wx-audio-right .wx-audio-time{padding-top:0px;position: relative;bottom:6px;}
  7. .wx-audio-content .wx-audio-right .wx-audio-progrees{top:6px;}
  8. </style>
  9. <body>
  10. <div class="layui-fluid">
  11. <div class="layui-card">
  12. <div class="layui-form layui-card-header layuiadmin-card-header-auto">
  13. <button class="layui-btn" data-type="add" onclick="wk.href('{:url('add')}')">
  14. <i class="fa fa-plus"></i> 添加图片
  15. </button>
  16. <!--图片模板-->
  17. <script type="text/html" id="imgTpl">
  18. <ul class="layui-cricle">
  19. <li><img src="{{d.image}}" class="layui-table-img layui-circle"onerror="this.src='/static/admin/images/timg.jpg'" /></li>
  20. </ul>
  21. </script>
  22. <div class="layui-card-body">
  23. <table id="LAY-table-manage" lay-filter="LAY-table-manage"></table>
  24. <!--操作模板-->
  25. <script type="text/html" id="opeBar">
  26. <a onclick="wk.layer_show('编辑内容','{:url('edit')}?id={{d.cid}}')" class="layui-btn layui-btn-xs" title="编辑"><i class="fa fa-pencil"></i></a>
  27. <a class="layui-btn layui-btn-danger layui-btn-xs" title="删除" onclick="wk.confirm('{{d.cid}}','{:url('del')}')"><i class="fa fa-trash-o"></i></a>
  28. </script>
  29. </div>
  30. </div>
  31. </div>
  32. {include file="public/footer" /}
  33. <script>
  34. var music = function(){
  35. if($('#music').length == 0){
  36. $('body').append('<div id="music"></div>');
  37. }
  38. var wxAudio = wk.lay_audio({elem:'#music',src:'/static/admin/images/default.mp3'});
  39. $('#music').hide();
  40. wxAudio.audioPlay();
  41. }
  42. layui.use(['index', 'table','util'], function () {
  43. var $ = layui.$
  44. , form = layui.form
  45. , table = layui.table
  46. table.render({
  47. elem: '#LAY-table-manage'
  48. , url: '{:url("admin/Chart/index")}'
  49. ,response: {
  50. statusCode: 220 //成功的状态码,默认:0
  51. }
  52. , page: true
  53. , even: false //开启隔行背景
  54. , size: 'lg' //sm小尺寸的表格 lg大尺寸
  55. // ,width:100
  56. , cellMinWidth: 150
  57. , height: "full-220"
  58. , limits: [10, 20, 30, 40, 50]
  59. , limit: "{:config('pages')}"
  60. , loading: true
  61. , toolbar:'#123'
  62. , id: 'LAY-table'
  63. , cols: [[
  64. {type: 'checkbox', fixed: 'left',}
  65. , {field: 'cid', width: 120, title: 'ID', sort: true, align: 'center'}
  66. , {field: 'url', width: 300, title: '地址', sort: true, align: 'center'}
  67. , {field: 'image', width: 300, title: '图片', sort: true, align: 'center',templet: '#imgTpl'}
  68. , {fixed: 'right', width: 200, title: '操作', align: 'center', toolbar: '#opeBar'}
  69. ]]
  70. ,done: function (res, curr, count) {
  71. $('.layui-cricle').viewer({
  72. url: 'data-original',
  73. });
  74. $.each(res.data,function(index,item) {
  75. wk.lay_audio({elem:'#music_'+item['id'],src:item['music'],width:'250px'});
  76. });
  77. }
  78. });
  79. //监听状态开关操作
  80. form.on('switch(OnOff)', function (obj) {
  81. var num = '';
  82. obj.elem.checked == true? num = 1: num = 2;
  83. //用户状态
  84. wk.status(this.value,num, '{:url("user_state")}',obj);
  85. });
  86. //事件
  87. var active = {
  88. getCheckData: function(){
  89. //批量删除
  90. wk.batchDel(getIds(),"{:url('batchDelUser')}");
  91. }
  92. ,forbiddenAll: function(){
  93. //批量禁用
  94. wk.batchForbidden(getIds(),2,"{:url('forbiddenAdmin')}");
  95. }
  96. ,usingAll: function(){
  97. //批量启用
  98. wk.usingAll(getIds(),1,"{:url('usingAdmin')}");
  99. }
  100. ,excelAll: function(){
  101. //导出Excel
  102. wk.excelAll(getIds(),$("form").serialize(),"{:url('excelAdmin')}");
  103. }
  104. };
  105. $('.layuiBtn').on('click', function () {
  106. var type = $(this).data('type');
  107. active[type] ? active[type].call(this) : '';
  108. });
  109. var getIds = function () {
  110. var ids = [];
  111. var checkStatus = table.checkStatus('LAY-table')
  112. ,data = checkStatus.data;
  113. $.each(data,function(index,item){
  114. ids.push(item['id'])
  115. });
  116. return ids;
  117. }
  118. //倒计时
  119. // var thisTimer, setCountdown = function(){
  120. // lay('#test3').addClass('layui-disabled').attr('disabled').text('完了');
  121. // var endTime = new Date(new Date().getFullYear(),new Date().getMonth(),new Date().getDate(),new Date().getHours(),new Date().getMinutes(),new Date().getSeconds() + 60).getTime() //结束日期
  122. // ,serverTime = new Date().getTime(); //假设为当前服务器时间,这里采用的是本地时间,实际使用一般是取服务端的
  123. // clearTimeout(thisTimer);
  124. // util.countdown(endTime, serverTime, function(date, serverTime, timer){
  125. // var str = date[3] + '秒';
  126. // if(date[3] == 0){
  127. // lay('#test3').removeClass('layui-disabled').removeAttr('disabled').text('完了');
  128. // }else{
  129. // lay('#test2').html(str);
  130. // }
  131. // thisTimer = timer;
  132. // });
  133. // };
  134. // var date = new Date();
  135. // setCountdown(date.getFullYear(),date.getMonth(),date.getDate(),date.getHours(),date.getMinutes(),date.getSeconds() + 60);
  136. });
  137. var thisTimer, setCountdown = function(){
  138. $('#test3').addClass('layui-disabled').attr('disabled','disabled');
  139. var endTime = new Date(new Date().getFullYear(),new Date().getMonth(),new Date().getDate(),new Date().getHours(),new Date().getMinutes(),new Date().getSeconds() + 60).getTime() //结束日期
  140. ,serverTime = new Date().getTime(); //假设为当前服务器时间,这里采用的是本地时间,实际使用一般是取服务端的
  141. clearTimeout(thisTimer);
  142. layui.util.countdown(endTime, serverTime, function(date, serverTime, timer){
  143. var str = date[3];
  144. if(date[3] == 0){
  145. $('#test3').removeClass('layui-disabled').removeAttr('disabled');
  146. $('#test2').html(60);
  147. }else{
  148. $('#test2').html(str);
  149. }
  150. thisTimer = timer;
  151. });
  152. };
  153. </script>
  154. </body>
  155. </html>