addnavigat.html 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
  6. <title><?php echo $shoname; ?></title>
  7. <link rel="shortcut icon" href="" />
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  11. <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
  12. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  13. <!--[if lt IE 9]>
  14. <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  15. <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
  18. <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
  19. <script type="text/javascript">
  20. window.sysinfo = {
  21. <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '{$_W['uniacid']}',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '{$_W['acid']}',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '{$_W['openid']}',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '{$_W['uid']}',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '{$_W['siteroot']}',
  27. 'siteurl': '{$_W['siteurl']}',
  28. 'attachurl': '{$_W['attachurl']}',
  29. 'attachurl_local': '{$_W['attachurl_local']}',
  30. 'attachurl_remote': '{$_W['attachurl_remote']}',
  31. 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
  32. 'cookie' : {'pre': ''},
  33. 'account' : {:json_encode($_W['account'])},
  34. };
  35. </script>
  36. <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
  37. <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
  38. <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
  39. <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
  40. <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
  41. <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
  42. <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
  43. <link href="/static/css/snailfish.css" rel="stylesheet">
  44. </head>
  45. <body layadmin-themealias="default">
  46. <div class="layui-fluid">
  47. <div class="layui-card">
  48. <div class="layui-card-header layui-elem-quote">当前位置:<span class="line-text"><?php if( !empty($item['id'])){ ?>编辑<?php }else{ ?>添加<?php } ?>导航图标<?php if( !empty($item['id'])){ ?>({$item['navname']})<?php } ?></span></div>
  49. <div class="layui-card-body" style="padding:15px;">
  50. <form action="" method="post" class="layui-form" lay-filter="component-layui-form-item" enctype="multipart/form-data" >
  51. <input type="hidden" name="data[id]" value="{$item['id']}"/>
  52. <div class="layui-form-item">
  53. <label class="layui-form-label must">导航图标名称</label>
  54. <div class="layui-input-block ">
  55. <input type="text" id='advname' name="data[navname]" class="form-control" value="{$item['navname']}" data-rule-required="true"/>
  56. </div>
  57. </div>
  58. <div class="layui-form-item">
  59. <label class="layui-form-label must">图片</label>
  60. <div class="layui-input-block">
  61. {:tpl_form_field_image2('data[thumb]', $item['thumb'])}
  62. <span class='help-block'>建议尺寸:120 * 120 , 请将所有图标尺寸保持1:1</span>
  63. </div>
  64. </div>
  65. <div class="layui-form-item">
  66. <label class="layui-form-label">链接类型</label>
  67. <div class="layui-input-block">
  68. <label class='radio-inline'>
  69. <input type='radio' name='data[type]' title="本小程序链接" lay-filter="linktype" value=1 <?php if($item['type']==1 || empty($item)){ ?>checked<?php } ?> />
  70. </label>
  71. <label class='radio-inline'>
  72. <input type='radio' name='data[type]' title="webview外链" lay-filter="linktype" value=0 <?php if( $item['type']==0 && !empty($item) ){ ?>checked<?php } ?> />
  73. </label>
  74. <label class='radio-inline'>
  75. <input type='radio' name='data[type]' title="外部小程序链接" lay-filter="linktype" value=2 <?php if( $item['type']==2 && !empty($item) ){ ?>checked<?php } ?> />
  76. </label>
  77. <label class='radio-inline'>
  78. <input type='radio' name='data[type]' title="首页分类" lay-filter="linktype" value=3 <?php if( $item['type']==3 && !empty($item) ){ ?>checked<?php } ?> />
  79. </label>
  80. <label class='radio-inline'>
  81. <input type='radio' name='data[type]' title="独立分类页" lay-filter="linktype" value=4 <?php if( $item['type']==4 && !empty($item) ){ ?>checked<?php } ?> />
  82. </label>
  83. <label class='radio-inline'>
  84. <input type='radio' name='data[type]' title="客服" lay-filter="linktype" value=5 <?php if( $item['type']==5 && !empty($item) ){ ?>checked<?php } ?> />
  85. </label>
  86. </div>
  87. </div>
  88. <div class="layui-form-item" style="<?php if( $item['type']!=2 ){ ?>display: none;<?php } ?>" id="typeGroup">
  89. <label class="layui-form-label">外链小程序appid</label>
  90. <div class="layui-input-block ">
  91. <input type="text" id='appid' name="data[appid]" class="form-control" value="{$item['appid']}" maxlength="32"/>
  92. </div>
  93. </div>
  94. <div class="layui-form-item" style="<?php if( $item['type']==3 || $item['type']==4 || $item['type']==5){ ?>display: none;<?php } ?>" id="typeUrl">
  95. <label class="layui-form-label must">链接</label>
  96. <div class="layui-input-block">
  97. <div class="input-group" style="margin: 0;">
  98. <input type="text" value="{$item['link']}" class="form-control valid" name="data[link]" placeholder="" id="advlink">
  99. <span class="input-group-btn">
  100. <span data-input="#advlink" id="chose_link" data-toggle="selectUrl" class="btn btn-default">选择链接</span>
  101. </span>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="layui-form-item" style="<?php if( $item['type']!=3 && $item['type']!=4 ){ ?>display: none;<?php } ?>" id="typeCid">
  106. <label class="layui-form-label must">分类</label>
  107. <div class="layui-input-block">
  108. <select id="cates" name='data[cid]' class="form-control select2">
  109. <?php foreach($category as $c){ ?>
  110. <option value="{$c['id']}" <?php if($c['id']==$item['link']){ ?>selected<?php } ?> >{$c['name']}</option>
  111. <?php } ?>
  112. </select>
  113. </div>
  114. </div>
  115. <div class="layui-form-item">
  116. <label class="layui-form-label">排序</label>
  117. <div class="layui-input-block">
  118. <input type="text" name="data[displayorder]" class="form-control" value="{$item['displayorder']}"/>
  119. <span class='help-block'>数字越大,排名越靠前</span>
  120. </div>
  121. </div>
  122. <div class="layui-form-item">
  123. <label class="layui-form-label">状态</label>
  124. <div class="layui-input-block">
  125. <label class='radio-inline'>
  126. <input type='radio' name='data[enabled]' title="显示" value=1 <?php if( $item['enabled']==1 || empty($item)){ ?>checked<?php } ?> />
  127. </label>
  128. <label class='radio-inline'>
  129. <input type='radio' name='data[enabled]' title="隐藏" value=0 <?php if( $item['enabled']==0 && !empty($item) ){ ?>checked<?php } ?> />
  130. </label>
  131. </div>
  132. </div>
  133. <div class="layui-form-item">
  134. <label class="layui-form-label"> </label>
  135. <div class="layui-input-block">
  136. <input type="submit" value="提交" lay-submit lay-filter="formDemo" class="btn btn-primary" />
  137. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  138. <!-- <a class="btn btn-default" style='margin-left:10px;' href="{:U('generalmall/navigat',array('ok'=>'1'))}">返回列表</a>-->
  139. </div>
  140. </div>
  141. </form>
  142. </div>
  143. </div>
  144. </div>
  145. <script src="/layuiadmin/layui/layui.js"></script>
  146. <script>
  147. layui.config({
  148. base: '/layuiadmin/' //静态资源所在路径
  149. }).extend({
  150. index: 'lib/index' //主入口模块
  151. }).use('index');
  152. </script>
  153. <script>
  154. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  155. var layer = layui.layer;
  156. var $;
  157. var cur_open_div;
  158. layui.use(['jquery', 'layer','form'], function(){
  159. $ = layui.$;
  160. var form = layui.form;
  161. form.on('radio(linktype)', function(data){
  162. if (data.value == 2) {
  163. $('#typeGroup').show();
  164. } else {
  165. $('#typeGroup').hide();
  166. }
  167. if(data.value == 3 || data.value == 4){
  168. $('#typeUrl').hide();
  169. $('#typeCid').show();
  170. } else if(data.value == 5){
  171. $('#typeUrl').hide();
  172. $('#typeCid').hide();
  173. } else {
  174. $('#typeUrl').show();
  175. $('#typeCid').hide();
  176. }
  177. });
  178. $('#chose_link').click(function(){
  179. cur_open_div = $(this).attr('data-input');
  180. $.post("{:U('util/selecturl', array('ok' => 1))}", {}, function(shtml){
  181. layer.open({
  182. type: 1,
  183. area: '930px',
  184. content: shtml //注意,如果str是object,那么需要字符拼接。
  185. });
  186. });
  187. })
  188. //监听提交
  189. form.on('submit(formDemo)', function(data){
  190. $.ajax({
  191. url: data.form.action,
  192. type: data.form.method,
  193. data: data.field,
  194. dataType:'json',
  195. success: function (info) {
  196. if(info.status == 0)
  197. {
  198. layer.msg(info.result.message,{icon: 1,time: 2000});
  199. }else if(info.status == 1){
  200. var go_url = location.href;
  201. if( info.result.hasOwnProperty("url") )
  202. {
  203. go_url = info.result.url;
  204. }
  205. layer.msg('操作成功',{time: 1000,
  206. end:function(){
  207. var backurl = "{:U('generalmall/navigat',array('ok'=>'1'))}";
  208. location.href = backurl;
  209. // location.href = info.result.url;
  210. }
  211. });
  212. }
  213. }
  214. });
  215. return false;
  216. });
  217. })
  218. </script>
  219. </body>