截流自动化的商城平台
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.

add.html 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. {if($is_true === false)}
  71. 请先添加一个 以"默认"为名称的行业分类 和 以"默认"为名称的应用分类 !!!
  72. {else/}
  73. <div class="layui-tab layui-tab-card" lay-filter="like-tabs">
  74. <ul class="layui-tab-title">
  75. <li data-type='1' class="layui-this">基础信息</li>
  76. <li data-type='2'>启动设置</li>
  77. <li data-type='3'>列表设置</li>
  78. <li data-type='4'>浏览图文</li>
  79. <li data-type='5'>浏览视频</li>
  80. <li data-type='6'>互动设置</li>
  81. <li data-type='7'>获客设置</li>
  82. <li data-type='8'>获客规则</li>
  83. <li data-type='9'>其他设置</li>
  84. </ul>
  85. <div class="layui-tab-content">
  86. <!--基础信息-->
  87. <div class="layui-tab-item layui-show">
  88. {include file="content/closure/setting/01"/}
  89. </div>
  90. <!--启动设置-->
  91. <div class="layui-tab-item">
  92. {include file="content/closure/setting/02"/}
  93. </div>
  94. <!--列表设置-->
  95. <div class="layui-tab-item">
  96. {include file="content/closure/setting/03"/}
  97. </div>
  98. <!--浏览图文-->
  99. <div class="layui-tab-item">
  100. {include file="content/closure/setting/04"/}
  101. </div>
  102. <!--浏览视频-->
  103. <div class="layui-tab-item">
  104. {include file="content/closure/setting/05"/}
  105. </div>
  106. <!--互动设置-->
  107. <div class="layui-tab-item">
  108. {include file="content/closure/setting/06"/}
  109. </div>
  110. <!--获客设置-->
  111. <div class="layui-tab-item">
  112. {include file="content/closure/setting/07"/}
  113. </div>
  114. <!--获客规则-->
  115. <div class="layui-tab-item">
  116. {include file="content/closure/setting/08"/}
  117. </div>
  118. <!--其他设置-->
  119. <div class="layui-tab-item">
  120. {include file="content/closure/setting/09"/}
  121. </div>
  122. </div>
  123. </div>
  124. {/if}
  125. <div class="layui-form-item layui-hide">
  126. <input type="button" lay-submit lay-filter="addSubmit" id="addSubmit" value="确认">
  127. </div>
  128. </div>
  129. </div>
  130. <script>
  131. layui.config({
  132. base: "/static/lib/"
  133. }).extend({
  134. likeedit: "likeedit/likeedit"
  135. }).use(["layEditor", "form"], function(){
  136. var form = layui.form;
  137. var layEditor = layui.layEditor;
  138. layEditor.set({
  139. uploadImage: {
  140. url: '{:url("file/lists")}?type=10'
  141. },
  142. })
  143. var ieditor = layEditor.build('content')
  144. form.verify({
  145. content: function(value) {
  146. return layEditor.sync(ieditor);
  147. }
  148. });
  149. like.delUpload();
  150. $(document).on("click", ".add-upload-image", function () {
  151. like.imageUpload({
  152. limit: 1,
  153. field: "image",
  154. that: $(this)
  155. });
  156. });
  157. //增加新的数据规则
  158. $(document).on("click","#add_b2",function (){
  159. var html = '<span class="ks">';
  160. html += $(".b2 .ks:eq(1)").html();
  161. html += '</span>';
  162. $(".b2 .ks:last").before(html);
  163. });
  164. //删除指定 数据规则
  165. $(document).on("click",".ks_del",function (){
  166. var that = $(this);
  167. layer.confirm("确定删除", function (index) {
  168. that.parent().remove();
  169. layer.close(index);
  170. })
  171. });
  172. $(document).on("click",".ks_del2",function (){
  173. var that = $(this);
  174. layer.confirm("确定删除", function (index) {
  175. that.parent().parent().parent().remove();
  176. layer.close(index);
  177. })
  178. });
  179. //增加新的数据规则
  180. $(document).on("click","#add_c1",function (){
  181. var html = '<span class="ks">';
  182. html += $(".c1 .ks:eq(2)").html();
  183. html += '</span>';
  184. $(".c1 .ks:last").before(html);
  185. });
  186. //增加新的数据规则
  187. $(document).on("click","#add_d1",function (){
  188. var html = '<span class="ks">';
  189. html += $(".d1 .ks:eq(2)").html();
  190. html += '</span>';
  191. $(".d1 .ks:last").before(html);
  192. });
  193. //增加新的数据规则
  194. $(document).on("click","#add_f21",function (){
  195. var html = '<span class="ks">';
  196. html += $(".f21 .ks:eq(1)").html();
  197. html += '</span>';
  198. $(".f21 .ks:last").before(html);
  199. });
  200. //增加新的数据规则
  201. $(document).on("click","#add_f25",function (){
  202. var html = '<span class="ks">';
  203. html += $(".f25 .ks:eq(1)").html();
  204. html += '</span>';
  205. $(".f25 .ks:last").before(html);
  206. });
  207. form.on('select(a1)', function(data){
  208. //console.log(data.elem); //得到select原始DOM对象
  209. //console.log(data.value); //得到被选中的值
  210. //console.log(data.othis); //得到美化后的DOM对象
  211. if(data.value == '推荐'){
  212. $("#a5").show();
  213. $("#a6").hide();
  214. }else if(data.value == '搜索'){
  215. $("#a5").hide();
  216. $("#a6").show();
  217. }else{
  218. }
  219. });
  220. // 绑定单选改变事件
  221. form.on('radio(a4)', function(data){
  222. //console.log(data.elem.name); // 得到单选框的name属性
  223. //console.log(data.value); // 得到被选中的值
  224. /*if(data.value == 0){
  225. //隐藏
  226. $('#qhsj').hide();
  227. }else{
  228. $('#qhsj').show();
  229. }*/
  230. });
  231. })
  232. </script>