fae21e902043826a1f3936ce3ed2f470.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. <?php /*a:2:{s:108:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\config\default_picture.html";i:1587196808;s:90:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\base.html";i:1587517806;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="renderer" content="webkit" />
  6. <meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1" />
  7. <title><?php echo htmlentities((isset($menu_info['title']) && ($menu_info['title'] !== '')?$menu_info['title']:"")); ?> - <?php echo htmlentities((isset($website['title']) && ($website['title'] !== '')?$website['title']:"Niushop开源商城")); ?></title>
  8. <meta name="keywords" content="<?php echo htmlentities((isset($website['keywords']) && ($website['keywords'] !== '')?$website['keywords']:'Niushop开源商城')); ?>">
  9. <meta name="description" content="<?php echo htmlentities((isset($website['desc']) && ($website['desc'] !== '')?$website['desc']:'描述')); ?>}">
  10. <link rel="icon" type="image/x-icon" href="http://yueshengshop.top/public/static/img/bitbug_favicon.ico" />
  11. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/css/iconfont.css" />
  12. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/ext/layui/css/layui.css" />
  13. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/loading/msgbox.css"/>
  14. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/app/admin/view/public/css/common.css" />
  15. <script src="http://yueshengshop.top/public/static/js/jquery-3.1.1.js"></script>
  16. <script src="http://yueshengshop.top/public/static/ext/layui/layui.js"></script>
  17. <script>
  18. layui.use(['layer', 'upload', 'element'], function() {});
  19. window.ns_url = {
  20. baseUrl: "http://yueshengshop.top/",
  21. route: ['<?php echo request()->module(); ?>', '<?php echo request()->controller(); ?>', '<?php echo request()->action(); ?>'],
  22. };
  23. </script>
  24. <script src="http://yueshengshop.top/public/static/js/common.js"></script>
  25. <style>
  26. .ns-calendar{background: url("http://yueshengshop.top/public/static/img/ns_calendar.png") no-repeat center / 16px 16px;}
  27. </style>
  28. <style>
  29. .layui-input-inline.js-pid a{
  30. margin-left: 20px;
  31. }
  32. .ns-form {margin-top: 0;}
  33. </style>
  34. <script type="text/javascript">
  35. </script>
  36. </head>
  37. <body>
  38. <!-- logo -->
  39. <div class="ns-logo">
  40. <div class="logo-box">
  41. <img src="http://yueshengshop.top/app/admin/view/public/img/logo.png">
  42. </div>
  43. <span>B2B2C多商户平台端</span>
  44. <span>
  45. 服务电话:400-886-7993
  46. </span>
  47. </div>
  48. <div class="layui-layout layui-layout-admin">
  49. <div class="layui-header">
  50. <!-- 一级菜单 -->
  51. <ul class="layui-nav layui-layout-left">
  52. <?php $serond_menu = []; foreach($menu as $menu_k => $menu_v): ?>
  53. <li class="layui-nav-item <?php if($menu_v['selected']): ?> layui-this<?php endif; ?>">
  54. <a href="<?php echo htmlentities($menu_v['url']); ?>"><?php echo htmlentities($menu_v['title']); ?></a>
  55. </li>
  56. <?php if($menu_v['selected']):
  57. $serond_menu = $menu_v['child_list'];
  58. ?>
  59. <?php endif; ?>
  60. <?php endforeach; ?>
  61. </ul>
  62. <ul class="layui-nav layui-layout-right">
  63. <li class="layui-nav-item">
  64. <a href="javascript:;">
  65. <div class="ns-img-box">
  66. <img src="http://yueshengshop.top/app/admin/view/public/img/default_headimg.png" alt="">
  67. </div>
  68. <?php echo htmlentities($user_info['username']); ?>
  69. </a>
  70. <dl class="layui-nav-child">
  71. <dd class="ns-reset-pass" onclick="resetPassword();">
  72. <a href="javascript:;">修改密码</a>
  73. </dd>
  74. <dd>
  75. <a onclick="clearCache()" href="javascript:;">清除缓存</a>
  76. </dd>
  77. <dd>
  78. <a href="<?php echo addon_url('admin/login/logout'); ?>" class="login-out">退出登录</a>
  79. </dd>
  80. </dl>
  81. </li>
  82. </ul>
  83. </div>
  84. <?php if(!(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty()))): ?>
  85. <div class="layui-side">
  86. <div class="layui-side-scroll">
  87. <span class="ns-side-title"><?php echo htmlentities($crumbs[0]['title']); ?></span>
  88. <!-- 二三级菜单-->
  89. <ul class="layui-nav layui-nav-tree" lay-filter="test">
  90. <?php foreach($serond_menu as $menu_second_k => $menu_second_v): ?>
  91. <li class="layui-nav-item <?php if($menu_second_v['selected']): ?> layui-nav-itemed <?php endif; if(!$menu_second_v['child_list'] && $menu_second_v['selected']): ?> layui-this<?php endif; ?>">
  92. <a class="layui-menu-tips" href="<?php if(!$menu_second_v['child_list']): ?> <?php echo htmlentities($menu_second_v['url']); else: ?>javascript:;<?php endif; ?>"><?php echo htmlentities($menu_second_v['title']); ?></a>
  93. <?php if(!(empty($menu_second_v['child_list']) || (($menu_second_v['child_list'] instanceof \think\Collection || $menu_second_v['child_list'] instanceof \think\Paginator ) && $menu_second_v['child_list']->isEmpty()))): ?>
  94. <dl class="layui-nav-child">
  95. <?php foreach($menu_second_v["child_list"] as $menu_third_k => $menu_third_v): ?>
  96. <dd class="<?php if($menu_third_v['selected']): ?> layui-this<?php endif; ?>">
  97. <a href="<?php echo htmlentities($menu_third_v['url']); ?>"><?php echo htmlentities($menu_third_v['title']); ?></a>
  98. </dd>
  99. <?php endforeach; ?>
  100. </dl>
  101. <?php endif; ?>
  102. </li>
  103. <?php endforeach; ?>
  104. </ul>
  105. </div>
  106. </div>
  107. <?php endif; ?>
  108. <div class="layui-body<?php if(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty())): ?> child_no_exit<?php endif; ?>">
  109. <!-- 面包屑 -->
  110. <?php if(count($serond_menu) > 0): ?>
  111. <div class="ns-crumbs<?php if(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty())): ?> child_no_exit<?php endif; ?>">
  112. <span class="layui-breadcrumb" lay-separator="-">
  113. <?php foreach($crumbs as $crumbs_k => $crumbs_v): if(count($crumbs) == ($crumbs_k + 1)): ?>
  114. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><cite><?php echo htmlentities($crumbs_v['title']); ?></cite></a>
  115. <?php else: ?>
  116. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><?php echo htmlentities($crumbs_v['title']); ?></a>
  117. <?php endif; ?>
  118. <?php endforeach; ?>
  119. </span>
  120. </div>
  121. <?php endif; ?>
  122. <div class="ns-body-content <?php if(count($serond_menu) < 1): ?> crumbs_no_exit<?php endif; ?>">
  123. <div class="ns-body">
  124. <!-- 四级导航 -->
  125. <?php if(isset($forth_menu) && !empty($forth_menu)): ?>
  126. <div class="fourstage-nav layui-tab layui-tab-brief" lay-filter="edit_user_tab">
  127. <ul class="layui-tab-title">
  128. <?php if(is_array($forth_menu) || $forth_menu instanceof \think\Collection || $forth_menu instanceof \think\Paginator): $i = 0; $__LIST__ = $forth_menu;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$menu): $mod = ($i % 2 );++$i;?>
  129. <li class="<?php echo $menu['selected']==1 ? 'layui-this' : ''; ?>" lay-id="basic_info"><a href="<?php echo htmlentities($menu['parse_url']); ?>"><?php echo htmlentities($menu['title']); ?></a></li>
  130. <?php endforeach; endif; else: echo "" ;endif; ?>
  131. </ul>
  132. </div>
  133. <?php endif; ?>
  134. <div class="layui-form ns-form">
  135. <div class="layui-form-item">
  136. <label class="layui-form-label">默认店铺图片:</label>
  137. <input type="hidden" name="default_shop_img" <?php if($default_img): ?> value="<?php echo htmlentities($default_img['default_shop_img']); ?>" <?php endif; ?>>
  138. <div class="layui-input-inline">
  139. <div class="upload-img-block">
  140. <div class="upload-img-box" id="imgUploadShop">
  141. <?php if(empty($default_img['default_shop_img'])): ?>
  142. <div class="ns-upload-default">
  143. <img src="http://yueshengshop.top/public/static/img/upload_img.png" />
  144. <p>点击上传</p>
  145. </div>
  146. <?php else: ?>
  147. <img src="<?php echo img($default_img['default_shop_img']); ?>" alt="">
  148. <?php endif; ?>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. <div class="layui-form-item">
  154. <label class="layui-form-label">默认商品图片:</label>
  155. <input type="hidden" name="default_goods_img" <?php if($default_img): ?> value="<?php echo htmlentities($default_img['default_goods_img']); ?>" <?php endif; ?>>
  156. <div class="layui-input-inline">
  157. <div class="upload-img-block">
  158. <div class="upload-img-box" id="imgUploadGoods">
  159. <?php if(empty($default_img['default_goods_img'])): ?>
  160. <div class="ns-upload-default">
  161. <img src="http://yueshengshop.top/public/static/img/upload_img.png" />
  162. <p>点击上传</p>
  163. </div>
  164. <?php else: ?>
  165. <img src="<?php echo img($default_img['default_goods_img']); ?>" alt="">
  166. <?php endif; ?>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. <div class="layui-form-item">
  172. <label class="layui-form-label">默认会员头像:</label>
  173. <input type="hidden" name="default_headimg" <?php if($default_img): ?> value="<?php echo htmlentities($default_img['default_headimg']); ?>"<?php endif; ?>>
  174. <div class="layui-input-inline">
  175. <div class="upload-img-block">
  176. <div class="upload-img-box" id="imgUploadMember">
  177. <?php if(empty($default_img['default_headimg'])): ?>
  178. <div class="ns-upload-default">
  179. <img src="http://yueshengshop.top/public/static/img/upload_img.png" />
  180. <p>点击上传</p>
  181. </div>
  182. <?php else: ?>
  183. <img src="<?php echo img($default_img['default_headimg']); ?>" alt="">
  184. <?php endif; ?>
  185. </div>
  186. </div>
  187. </div>
  188. </div>
  189. <div class="ns-form-row">
  190. <button class="layui-btn ns-bg-color" lay-submit lay-filter="save">保存</button>
  191. </div>
  192. </div>
  193. </div>
  194. <!-- 版权信息 -->
  195. <div class="ns-footer">
  196. <div class="ns-footer-img">
  197. <a href="#"><img style="-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;" src="<?php if(!empty($copyright['logo'])): ?> <?php echo img($copyright['logo']); else: ?>http://yueshengshop.top/public/static/img/copyright_logo.png<?php endif; ?>" /></a>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. </div>
  203. <!-- 重置密码弹框html -->
  204. <div class="layui-form" id="reset_pass" style="display: none;">
  205. <div class="layui-form-item">
  206. <label class="layui-form-label"><span class="required">*</span>原密码</label>
  207. <div class="layui-input-block">
  208. <input type="password" id="old_pass" name="old_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
  209. <span class="required"></span>
  210. </div>
  211. </div>
  212. <div class="layui-form-item">
  213. <label class="layui-form-label"><span class="required">*</span>新密码</label>
  214. <div class="layui-input-block">
  215. <input type="password" id="new_pass" name="new_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
  216. <span class="required"></span>
  217. </div>
  218. </div>
  219. <div class="layui-form-item">
  220. <label class="layui-form-label"><span class="required">*</span>确认新密码</label>
  221. <div class="layui-input-block">
  222. <input type="password" id="repeat_pass" name="repeat_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
  223. <span class="required"></span>
  224. </div>
  225. </div>
  226. <div class="ns-form-row">
  227. <button class="layui-btn ns-bg-color" onclick="repass()">确定</button>
  228. <button class="layui-btn layui-btn-primary" onclick="closePass()">返回</button>
  229. </div>
  230. </div>
  231. <script type="text/javascript">
  232. layui.use('element',function () {
  233. var element = layui.element;
  234. element.render('breadcrumb');
  235. });
  236. function clearCache () {
  237. $.ajax({
  238. type: 'post',
  239. url: ns.url("admin/Login/clearCache"),
  240. dataType: 'JSON',
  241. success: function(res) {
  242. layer.msg(res.message);
  243. location.reload();
  244. }
  245. })
  246. }
  247. /**
  248. * 重置密码
  249. */
  250. var index;
  251. function resetPassword() {
  252. index = layer.open({
  253. type:1,
  254. content:$('#reset_pass'),
  255. offset: 'auto',
  256. area: ['650px']
  257. });
  258. setTimeout(function() {
  259. $(".ns-reset-pass").removeClass('layui-this');
  260. }, 1000);
  261. }
  262. // $(".ns-reset-pass").on('click', function() {
  263. // $(this).removeClass('layui-this');
  264. // })
  265. var repeat_flag = false;
  266. function repass(){
  267. var old_pass = $("#old_pass").val();
  268. var new_pass = $("#new_pass").val();
  269. var repeat_pass = $("#repeat_pass").val();
  270. if (old_pass == '') {
  271. $("#old_pass").focus();
  272. layer.msg("原密码不能为空");
  273. return;
  274. }
  275. if (new_pass == '') {
  276. $("#new_pass").focus();
  277. layer.msg("密码不能为空");
  278. return;
  279. } else if ($("#new_pass").val().length < 6) {
  280. $("#new_pass").focus();
  281. layer.msg("密码不能少于6位数");
  282. return;
  283. }
  284. if (repeat_pass == '') {
  285. $("#repeat_pass").focus();
  286. layer.msg("密码不能为空");
  287. return;
  288. } else if ($("#repeat_pass").val().length < 6) {
  289. $("#repeat_pass").focus();
  290. layer.msg("密码不能少于6位数");
  291. return;
  292. }
  293. if (new_pass != repeat_pass) {
  294. $("#repeat_pass").focus();
  295. layer.msg("两次密码输入不一样,请重新输入");
  296. return;
  297. }
  298. if(repeat_flag)return;
  299. repeat_flag = true;
  300. $.ajax({
  301. type: "POST",
  302. dataType: 'JSON',
  303. url: ns.url("admin/login/modifypassword"),
  304. data: {"old_pass": old_pass,"new_pass": new_pass},
  305. success: function(res) {
  306. layer.msg(res.message);
  307. repeat_flag = false;
  308. if (res.code == 0) {
  309. layer.close(index);
  310. location.reload();
  311. }
  312. }
  313. });
  314. }
  315. function closePass() {
  316. layer.close(index);
  317. }
  318. layui.use('element', function() {
  319. var element = layui.element;
  320. element.init();
  321. });
  322. </script>
  323. <script>
  324. layui.use(['form', 'upload'], function() {
  325. var form = layui.form,
  326. upload = layui.upload,
  327. repeat_flag = false;//防重复标识
  328. form.render();
  329. form.on('submit(save)', function(data) {
  330. if (repeat_flag) return false;
  331. repeat_flag = true;
  332. $.ajax({
  333. type: "POST",
  334. url: ns.url("admin/config/defaultpicture"),
  335. data: data.field,
  336. dataType: 'JSON',
  337. success: function(res) {
  338. repeat_flag = false;
  339. if (res.code == 0) {
  340. layer.msg(res.message);
  341. location.reload();
  342. }else{
  343. layer.msg(res.message);
  344. }
  345. }
  346. });
  347. });
  348. //普通图片上传
  349. var uploadInst = upload.render({
  350. elem: '#imgUploadShop'
  351. , url: ns.url("admin/upload/upload")
  352. , done: function (res) {
  353. if (res.code >= 0) {
  354. $("#imgUploadShop").html("<img src=" + ns.img(res.data.pic_path) + " >");
  355. $("input[name='default_shop_img']").val(res.data.pic_path);
  356. }
  357. return layer.msg(res.message);
  358. }
  359. });
  360. //普通图片上传
  361. var uploadInst = upload.render({
  362. elem: '#imgUploadGoods'
  363. , url: ns.url("admin/upload/upload")
  364. , done: function (res) {
  365. if (res.code >= 0) {
  366. $("#imgUploadGoods").html("<img src=" + ns.img(res.data.pic_path) + " >");
  367. $("input[name='default_goods_img']").val(res.data.pic_path);
  368. }
  369. return layer.msg(res.message);
  370. }
  371. });
  372. //普通图片上传
  373. var uploadInst = upload.render({
  374. elem: '#imgUploadMember'
  375. , url: ns.url("admin/upload/upload")
  376. , done: function (res) {
  377. if (res.code >= 0) {
  378. $("#imgUploadMember").html("<img src=" + ns.img(res.data.pic_path) + " >");
  379. $("input[name='default_headimg']").val(res.data.pic_path);
  380. }
  381. return layer.msg(res.message);
  382. }
  383. });
  384. });
  385. </script>
  386. </body>
  387. </html>