截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edit.html 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. {layout name="layout2" /}
  2. <link href="__PUBLIC__/static/lib/layui/layeditor/layedit.css" rel="stylesheet"/>
  3. <script src="__PUBLIC__/static/lib/layui/layeditor/index.js"></script>
  4. <script src="__PUBLIC__/static/lib/layui/layeditor/ace/ace.js"></script>
  5. <style>
  6. .layui-form-item .layui-input-inline { width: 340px; }
  7. .w60{
  8. display: inline !important;
  9. width: 80px !important;
  10. }
  11. .w30{
  12. display: inline !important;
  13. width: 50px !important;
  14. }
  15. .w100{
  16. display: inline !important;
  17. width: 300px !important;
  18. margin-right: 10px;
  19. }
  20. .tips{
  21. color: #999!important;
  22. }
  23. .ks{
  24. display: block;
  25. margin-top: 5px;
  26. wdith: 100%;
  27. }
  28. .ks_del{
  29. color: #01AAED;
  30. margin-left: 10px;
  31. cursor: pointer;
  32. }
  33. .ks:nth-child(2){
  34. display: none;
  35. }
  36. .c1 .ks:nth-child(2){
  37. display: block;
  38. }
  39. .d1 .ks:nth-child(2){
  40. display: block;
  41. }
  42. .c1 .ks:nth-child(3){
  43. display: none;
  44. }
  45. .d1 .ks:nth-child(3){
  46. display: none;
  47. }
  48. .ks_del2{
  49. color: #01AAED;
  50. margin-left: 10px;
  51. cursor: pointer;
  52. }
  53. .ds{
  54. display: block;
  55. margin-top: 5px;
  56. wdith: 100%;
  57. }
  58. .wb80{
  59. width: 80%;
  60. margin-left: 20px;
  61. }
  62. .ks .grid-demo-bg1{
  63. height: 38px;
  64. line-height: 38px;
  65. text-align: right;
  66. }
  67. </style>
  68. <div class="layui-card layui-form" style="box-shadow:none;">
  69. <div class="layui-card-body">
  70. <div class="layui-tab layui-tab-card" lay-filter="like-tabs">
  71. <ul class="layui-tab-title">
  72. <li data-type='1' class="layui-this">基础信息</li>
  73. <li data-type='2'>启动设置</li>
  74. <li data-type='3'>列表设置</li>
  75. <li data-type='4'>浏览图文</li>
  76. <li data-type='5'>浏览视频</li>
  77. <li data-type='6'>互动设置</li>
  78. <li data-type='7'>获客设置</li>
  79. <li data-type='8'>获客规则</li>
  80. <li data-type='9'>其他设置</li>
  81. </ul>
  82. <div class="layui-tab-content">
  83. <!--基础信息-->
  84. <div class="layui-tab-item layui-show">
  85. {include file="content/closure/edit/01"/}
  86. </div>
  87. <!--启动设置-->
  88. <div class="layui-tab-item">
  89. {include file="content/closure/edit/02"/}
  90. </div>
  91. <!--列表设置-->
  92. <div class="layui-tab-item">
  93. {include file="content/closure/edit/03"/}
  94. </div>
  95. <!--浏览图文-->
  96. <div class="layui-tab-item">
  97. {include file="content/closure/edit/04"/}
  98. </div>
  99. <!--浏览视频-->
  100. <div class="layui-tab-item">
  101. {include file="content/closure/edit/05"/}
  102. </div>
  103. <!--互动设置-->
  104. <div class="layui-tab-item">
  105. {include file="content/closure/edit/06"/}
  106. </div>
  107. <!--获客设置-->
  108. <div class="layui-tab-item">
  109. {include file="content/closure/edit/07"/}
  110. </div>
  111. <!--获客规则-->
  112. <div class="layui-tab-item">
  113. {include file="content/closure/edit/08"/}
  114. </div>
  115. <!--其他设置-->
  116. <div class="layui-tab-item">
  117. {include file="content/closure/edit/09"/}
  118. </div>
  119. </div>
  120. </div>
  121. <div class="layui-form-item layui-hide">
  122. <input type="button" lay-submit lay-filter="addSubmit" id="addSubmit" value="确认">
  123. </div>
  124. </div>
  125. </div>
  126. <script>
  127. layui.config({
  128. base: "/static/lib/"
  129. }).extend({
  130. likeedit: "likeedit/likeedit"
  131. }).use(["layEditor", "form"], function(){
  132. var form = layui.form;
  133. var layEditor = layui.layEditor;
  134. layEditor.set({
  135. uploadImage: {
  136. url: '{:url("file/lists")}?type=10'
  137. },
  138. })
  139. var ieditor = layEditor.build('content')
  140. form.verify({
  141. content: function(value) {
  142. return layEditor.sync(ieditor);
  143. }
  144. });
  145. like.delUpload();
  146. $(document).on("click", ".add-upload-image", function () {
  147. like.imageUpload({
  148. limit: 1,
  149. field: "image",
  150. that: $(this)
  151. });
  152. });
  153. //增加新的数据规则
  154. $(document).on("click","#add_b2",function (){
  155. var html = '<span class="ks">';
  156. html += $(".b2 .ks:eq(1)").html();
  157. html += '</span>';
  158. $(".b2 .ks:last").before(html);
  159. });
  160. //删除指定 数据规则
  161. $(document).on("click",".ks_del",function (){
  162. var that = $(this);
  163. layer.confirm("确定删除", function (index) {
  164. that.parent().remove();
  165. layer.close(index);
  166. })
  167. });
  168. $(document).on("click",".ks_del2",function (){
  169. var that = $(this);
  170. layer.confirm("确定删除", function (index) {
  171. that.parent().parent().parent().remove();
  172. layer.close(index);
  173. })
  174. });
  175. //增加新的数据规则
  176. $(document).on("click","#add_c1",function (){
  177. var html = '<span class="ks">';
  178. html += $(".c1 .ks:eq(2)").html();
  179. html += '</span>';
  180. $(".c1 .ks:last").before(html);
  181. });
  182. //增加新的数据规则
  183. $(document).on("click","#add_d1",function (){
  184. var html = '<span class="ks">';
  185. html += $(".d1 .ks:eq(2)").html();
  186. html += '</span>';
  187. $(".d1 .ks:last").before(html);
  188. });
  189. //增加新的数据规则
  190. $(document).on("click","#add_f21",function (){
  191. var html = '<span class="ks">';
  192. html += $(".f21 .ks:eq(1)").html();
  193. html += '</span>';
  194. $(".f21 .ks:last").before(html);
  195. });
  196. //增加新的数据规则
  197. $(document).on("click","#add_f25",function (){
  198. var html = '<span class="ks">';
  199. html += $(".f25 .ks:eq(1)").html();
  200. html += '</span>';
  201. $(".f25 .ks:last").before(html);
  202. });
  203. form.on('select(a1)', function(data){
  204. //console.log(data.elem); //得到select原始DOM对象
  205. //console.log(data.value); //得到被选中的值
  206. //console.log(data.othis); //得到美化后的DOM对象
  207. if(data.value == '推荐'){
  208. $("#a5").show();
  209. $("#a6").hide();
  210. }else if(data.value == '搜索'){
  211. $("#a5").hide();
  212. $("#a6").show();
  213. }else{
  214. }
  215. });
  216. // 绑定单选改变事件
  217. form.on('radio(a4)', function(data){
  218. //console.log(data.elem.name); // 得到单选框的name属性
  219. //console.log(data.value); // 得到被选中的值
  220. /*if(data.value == 0){
  221. //隐藏
  222. $('#qhsj').hide();
  223. }else{
  224. $('#qhsj').show();
  225. }*/
  226. });
  227. })
  228. </script>