267db2a9da64782fecfc83c336dc0e63.php 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. <?php /*a:2:{s:97:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\index\index.html";i:1587986844;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. <link rel="stylesheet" href="http://yueshengshop.top/app/admin/view/public/css/index.css">
  29. <script type="text/javascript">
  30. </script>
  31. </head>
  32. <body>
  33. <!-- logo -->
  34. <div class="ns-logo">
  35. <div class="logo-box">
  36. <img src="http://yueshengshop.top/app/admin/view/public/img/logo.png">
  37. </div>
  38. <span>B2B2C多商户平台端</span>
  39. <span>
  40. 服务电话:400-886-7993
  41. </span>
  42. </div>
  43. <div class="layui-layout layui-layout-admin">
  44. <div class="layui-header">
  45. <!-- 一级菜单 -->
  46. <ul class="layui-nav layui-layout-left">
  47. <?php $serond_menu = []; foreach($menu as $menu_k => $menu_v): ?>
  48. <li class="layui-nav-item <?php if($menu_v['selected']): ?> layui-this<?php endif; ?>">
  49. <a href="<?php echo htmlentities($menu_v['url']); ?>"><?php echo htmlentities($menu_v['title']); ?></a>
  50. </li>
  51. <?php if($menu_v['selected']):
  52. $serond_menu = $menu_v['child_list'];
  53. ?>
  54. <?php endif; ?>
  55. <?php endforeach; ?>
  56. </ul>
  57. <ul class="layui-nav layui-layout-right">
  58. <li class="layui-nav-item">
  59. <a href="javascript:;">
  60. <div class="ns-img-box">
  61. <img src="http://yueshengshop.top/app/admin/view/public/img/default_headimg.png" alt="">
  62. </div>
  63. <?php echo htmlentities($user_info['username']); ?>
  64. </a>
  65. <dl class="layui-nav-child">
  66. <dd class="ns-reset-pass" onclick="resetPassword();">
  67. <a href="javascript:;">修改密码</a>
  68. </dd>
  69. <dd>
  70. <a onclick="clearCache()" href="javascript:;">清除缓存</a>
  71. </dd>
  72. <dd>
  73. <a href="<?php echo addon_url('admin/login/logout'); ?>" class="login-out">退出登录</a>
  74. </dd>
  75. </dl>
  76. </li>
  77. </ul>
  78. </div>
  79. <?php if(!(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty()))): ?>
  80. <div class="layui-side">
  81. <div class="layui-side-scroll">
  82. <span class="ns-side-title"><?php echo htmlentities($crumbs[0]['title']); ?></span>
  83. <!-- 二三级菜单-->
  84. <ul class="layui-nav layui-nav-tree" lay-filter="test">
  85. <?php foreach($serond_menu as $menu_second_k => $menu_second_v): ?>
  86. <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; ?>">
  87. <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>
  88. <?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()))): ?>
  89. <dl class="layui-nav-child">
  90. <?php foreach($menu_second_v["child_list"] as $menu_third_k => $menu_third_v): ?>
  91. <dd class="<?php if($menu_third_v['selected']): ?> layui-this<?php endif; ?>">
  92. <a href="<?php echo htmlentities($menu_third_v['url']); ?>"><?php echo htmlentities($menu_third_v['title']); ?></a>
  93. </dd>
  94. <?php endforeach; ?>
  95. </dl>
  96. <?php endif; ?>
  97. </li>
  98. <?php endforeach; ?>
  99. </ul>
  100. </div>
  101. </div>
  102. <?php endif; ?>
  103. <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; ?>">
  104. <!-- 面包屑 -->
  105. <?php if(count($serond_menu) > 0): ?>
  106. <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; ?>">
  107. <span class="layui-breadcrumb" lay-separator="-">
  108. <?php foreach($crumbs as $crumbs_k => $crumbs_v): if(count($crumbs) == ($crumbs_k + 1)): ?>
  109. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><cite><?php echo htmlentities($crumbs_v['title']); ?></cite></a>
  110. <?php else: ?>
  111. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><?php echo htmlentities($crumbs_v['title']); ?></a>
  112. <?php endif; ?>
  113. <?php endforeach; ?>
  114. </span>
  115. </div>
  116. <?php endif; ?>
  117. <div class="ns-body-content <?php if(count($serond_menu) < 1): ?> crumbs_no_exit<?php endif; ?>">
  118. <div class="ns-body">
  119. <!-- 四级导航 -->
  120. <?php if(isset($forth_menu) && !empty($forth_menu)): ?>
  121. <div class="fourstage-nav layui-tab layui-tab-brief" lay-filter="edit_user_tab">
  122. <ul class="layui-tab-title">
  123. <?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;?>
  124. <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>
  125. <?php endforeach; endif; else: echo "" ;endif; ?>
  126. </ul>
  127. </div>
  128. <?php endif; if($need_upgrade == 1): ?>
  129. <p class="version-upgrade ns-border-color">
  130. 温馨提示:浏览量、访客数、转化率统计依赖小程序最新版本,请尽快到
  131. <a href="" class="ns-text-color">官网</a> 中升级模板到最新版本
  132. <span>x</span>
  133. </p>
  134. <?php endif; ?>
  135. <div class="index-box">
  136. <div class="index-content">
  137. <div class="basic-info">
  138. <blockquote class="layui-elem-quote">基础信息 <span class="ns-card-sub"></span></blockquote>
  139. <div class="basic-info-box">
  140. <div class="basic-list">
  141. <div class="basic-pic">
  142. <img src="http://yueshengshop.top/app/admin/view/public/img/index/order_num.png" alt="">
  143. </div>
  144. <div class="basic-item">
  145. <div class="title layui-elip">今日销售总额(元)</div>
  146. <div class="content layui-elip"><?php if(isset($stat_info['order_total'])): ?><?php echo htmlentities($stat_info['order_total']); else: ?> 0 <?php endif; ?></div>
  147. </div>
  148. <div class="basic-item">
  149. <div class="title layui-elip">今日销售订单数(笔)</div>
  150. <div class="content layui-elip"><?php if(isset($stat_info['order_pay_count'])): ?><?php echo htmlentities($stat_info['order_pay_count']); else: ?> 0 <?php endif; ?></div>
  151. </div>
  152. <div class="basic-item">
  153. <div class="title layui-elip">订单销售总额(元)</div>
  154. <div class="content layui-elip"><?php if(isset($order_money)): ?><?php echo htmlentities($order_money); else: ?> 0.00 <?php endif; ?></div>
  155. </div>
  156. </div>
  157. <div class="basic-list">
  158. <div class="basic-pic">
  159. <img src="http://yueshengshop.top/app/admin/view/public/img/index/good_num.png" alt="">
  160. </div>
  161. <div class="basic-item">
  162. <div class="title layui-elip">今日新增商品数</div>
  163. <div class="content layui-elip"><?php echo htmlentities($stat_info['add_goods_count']); ?></div>
  164. </div>
  165. <div class="basic-item">
  166. <div class="title layui-elip">今日商品购买数</div>
  167. <div class="content layui-elip"><?php echo htmlentities($stat_info['goods_pay_count']); ?></div>
  168. </div>
  169. <div class="basic-item">
  170. <div class="title layui-elip">商品总数</div>
  171. <div class="content layui-elip"><?php echo htmlentities($goods_count); ?></div>
  172. </div>
  173. </div>
  174. <div class="basic-list">
  175. <div class="basic-pic">
  176. <img src="http://yueshengshop.top/app/admin/view/public/img/index/member_num.png" alt="">
  177. </div>
  178. <div class="basic-item">
  179. <div class="title layui-elip">今日新增会员数</div>
  180. <div class="content layui-elip"><?php echo htmlentities($stat_info['member_count']); ?></div>
  181. </div>
  182. <div class="basic-item">
  183. <div class="title layui-elip">会员总数</div>
  184. <div class="content layui-elip"><?php echo htmlentities($member_count); ?></div>
  185. </div>
  186. <div class="basic-item"></div>
  187. </div>
  188. <div class="basic-list">
  189. <div class="basic-pic">
  190. <img src="http://yueshengshop.top/app/admin/view/public/img/index/shop_num.png" alt="">
  191. </div>
  192. <div class="basic-item">
  193. <div class="title layui-elip">今日申请店铺数</div>
  194. <div class="content layui-elip"><?php echo htmlentities($shop_apply_count); ?></div>
  195. </div>
  196. <div class="basic-item">
  197. <div class="title layui-elip">今日新增店铺数</div>
  198. <div class="content layui-elip"><?php echo htmlentities($shop_count); ?></div>
  199. </div>
  200. <div class="basic-item">
  201. <div class="title layui-elip">店铺总数</div>
  202. <div class="content layui-elip"><?php echo htmlentities($shop_total_count); ?></div>
  203. </div>
  204. </div>
  205. </div>
  206. </div>
  207. <div class="common-function">
  208. <blockquote class="layui-elem-quote">常用功能</blockquote>
  209. <div class="common-function-box layui-row">
  210. <a class="layui-col-md2" href="<?php echo url('admin/member/memberlist'); ?>">
  211. <div class="ns-index-img-box">
  212. <img src="http://yueshengshop.top/app/admin/view/public/img/index/member_check.png">
  213. </div>
  214. <div class="ns-text-box">会员查询</div>
  215. </a>
  216. <a class="layui-col-md2" href="<?php echo url('admin/member/addMember'); ?>">
  217. <div class="ns-index-img-box">
  218. <img src="http://yueshengshop.top/app/admin/view/public/img/index/member_add.png">
  219. </div>
  220. <div class="ns-text-box">会员新增</div>
  221. </a>
  222. <a class="layui-col-md2" href="<?php echo url('admin/shop/lists'); ?>">
  223. <div class="ns-index-img-box">
  224. <img src="http://yueshengshop.top/app/admin/view/public/img/index/shop_check.png">
  225. </div>
  226. <div class="ns-text-box">店铺查询</div>
  227. </a>
  228. <a class="layui-col-md2" href="<?php echo url('admin/shop/addshop'); ?>">
  229. <div class="ns-index-img-box">
  230. <img src="http://yueshengshop.top/app/admin/view/public/img/index/shop_add.png">
  231. </div>
  232. <div class="ns-text-box">店铺新增</div>
  233. </a>
  234. <a class="layui-col-md2" href="<?php echo url('admin/shopreopen/reopen'); ?>">
  235. <div class="ns-index-img-box">
  236. <img src="http://yueshengshop.top/app/admin/view/public/img/index/shop_renewal.png">
  237. </div>
  238. <div class="ns-text-box">店铺续签</div>
  239. </a>
  240. <a class="layui-col-md2" href="<?php echo url('admin/goods/lists'); ?>">
  241. <div class="ns-index-img-box">
  242. <img src="http://yueshengshop.top/app/admin/view/public/img/index/goods_check.png">
  243. </div>
  244. <div class="ns-text-box">商品查询</div>
  245. </a>
  246. <a class="layui-col-md2" href="<?php echo url('admin/goodscategory/lists'); ?>">
  247. <div class="ns-index-img-box">
  248. <img src="http://yueshengshop.top/app/admin/view/public/img/index/goods_category.png">
  249. </div>
  250. <div class="ns-text-box">商品分类</div>
  251. </a>
  252. <a class="layui-col-md2" href="<?php echo url('admin/goodsbrand/lists'); ?>">
  253. <div class="ns-index-img-box">
  254. <img src="http://yueshengshop.top/app/admin/view/public/img/index/goods_brand.png">
  255. </div>
  256. <div class="ns-text-box">商品品牌</div>
  257. </a>
  258. <a class="layui-col-md2" href="<?php echo url('admin/order/lists'); ?>">
  259. <div class="ns-index-img-box">
  260. <img src="http://yueshengshop.top/app/admin/view/public/img/index/order_check.png">
  261. </div>
  262. <div class="ns-text-box">订单查询</div>
  263. </a>
  264. <a class="layui-col-md2" href="<?php echo url('admin/refund/lists'); ?>">
  265. <div class="ns-index-img-box">
  266. <img src="http://yueshengshop.top/app/admin/view/public/img/index/refund.png">
  267. </div>
  268. <div class="ns-text-box">退款维权</div>
  269. </a>
  270. <a class="layui-col-md2" href="<?php echo url('admin/express/expresscompany'); ?>">
  271. <div class="ns-index-img-box">
  272. <img src="http://yueshengshop.top/app/admin/view/public/img/index/express.png">
  273. </div>
  274. <div class="ns-text-box">物流公司</div>
  275. </a>
  276. </div>
  277. </div>
  278. <div class="layui-row layui-col-space10">
  279. <div class="layui-col-md6">
  280. <blockquote class="layui-elem-quote">版本信息</blockquote>
  281. <div class="versions-info-box">
  282. <p><span>版本号:</span><?php echo htmlentities($sys_version_no); ?></p>
  283. <p><span>版本名称:</span><?php echo htmlentities($sys_version_name); ?></p>
  284. <p><span>版本类型:</span><?php echo htmlentities($sys_version); ?></p>
  285. <p><span>版本编号:</span><?php echo htmlentities($sys_release); ?></p>
  286. <p><span>官方网站:</span><a class="ns-text-color" href="https://www.niushop.com.cn/" target="_blank">官方网站</a></p>
  287. <p><span>官方论坛:</span><a class="ns-text-color" href="https://bbs.niushop.com.cn/forum.php" target="_blank">交流论坛</a></p>
  288. </div>
  289. </div>
  290. <div class="layui-col-md6">
  291. <blockquote class="layui-elem-quote">未处理事项</blockquote>
  292. <div class="layui-tab untreated-box layui-tab-card">
  293. <ul class="layui-tab-title">
  294. <li class="layui-this">商品</li>
  295. <li>订单</li>
  296. <li>店铺</li>
  297. </ul>
  298. <div class="layui-tab-content" style="height: 100px;">
  299. <div class="layui-tab-item layui-show">
  300. <?php if($verify_goods_count == 0 && $inform_count == 0): ?>
  301. <div class="layui-row todo-item">
  302. <div class="layui-col-md12">
  303. 当前没有需处理的事件
  304. </div>
  305. </div>
  306. <?php else: if($verify_goods_count > 0): ?>
  307. <div class="layui-row todo-item">
  308. <div class="layui-col-md10">
  309. <div class="todo-item-box">
  310. <img src="http://yueshengshop.top/app/admin/view/public/img/index/message.png" />
  311. <p>有<?php echo htmlentities($verify_goods_count); ?>件待审核的商品等待处理</p>
  312. </div>
  313. </div>
  314. <div class="layui-col-md2">
  315. <a href="<?php echo addon_url('admin/goods/lists'); ?>" class="ns-line-hiding ns-text-color" target="_blank">立即处理</a>
  316. </div>
  317. </div>
  318. <?php endif; if($inform_count > 0): ?>
  319. <div class="layui-row todo-item">
  320. <div class="layui-col-md10">
  321. <div class="todo-item-box">
  322. <img src="http://yueshengshop.top/app/admin/view/public/img/index/message.png" />
  323. <p>有<?php echo htmlentities($inform_count); ?>件商品被举报,等待处理</p>
  324. </div>
  325. </div>
  326. <div class="layui-col-md2">
  327. <a href="<?php echo addon_url('admin/inform/lists'); ?>" class="ns-line-hiding ns-text-color" target="_blank">立即处理</a>
  328. </div>
  329. </div>
  330. <?php endif; ?>
  331. <?php endif; ?>
  332. </div>
  333. <div class="layui-tab-item">
  334. <?php if($complain_count_result == 0): ?>
  335. <div class="layui-row todo-item">
  336. <div class="layui-col-md12">
  337. 当前没有需处理的事件
  338. </div>
  339. </div>
  340. <?php else: ?>
  341. <div class="layui-row todo-item">
  342. <div class="layui-col-md10">
  343. <div class="todo-item-box">
  344. <img src="http://yueshengshop.top/app/admin/view/public/img/index/message.png" />
  345. <p>有<?php echo htmlentities($complain_count_result); ?>件平台维权等待处理</p>
  346. </div>
  347. </div>
  348. <div class="layui-col-md2">
  349. <a href="<?php echo addon_url('admin/complain/lists'); ?>" class="ns-line-hiding ns-text-color" target="_blank">立即处理</a>
  350. </div>
  351. </div>
  352. <?php endif; ?>
  353. </div>
  354. <div class="layui-tab-item">
  355. <?php if($shop_apply_count == 0 && $shop_reopen_count == 0): ?>
  356. <div class="layui-row todo-item">
  357. <div class="layui-col-md12">
  358. 当前没有需处理的事件
  359. </div>
  360. </div>
  361. <?php else: if($shop_apply_count > 0): ?>
  362. <div class="layui-row todo-item">
  363. <div class="layui-col-md10">
  364. <div class="todo-item-box">
  365. <img src="http://yueshengshop.top/app/admin/view/public/img/index/message.png" />
  366. <p>有<?php echo htmlentities($shop_apply_count); ?>件待处理的开店申请</p>
  367. </div>
  368. </div>
  369. <div class="layui-col-md2">
  370. <a href="<?php echo addon_url('admin/shopapply/apply'); ?>" class="ns-line-hiding ns-text-color" target="_blank">立即处理</a>
  371. </div>
  372. </div>
  373. <?php endif; if($shop_reopen_count > 0): ?>
  374. <div class="layui-row todo-item">
  375. <div class="layui-col-md10">
  376. <div class="todo-item-box">
  377. <img src="http://yueshengshop.top/app/admin/view/public/img/index/message.png" />
  378. <p>有<?php echo htmlentities($shop_reopen_count); ?>件待处理的店铺续签申请</p>
  379. </div>
  380. </div>
  381. <div class="layui-col-md2">
  382. <a href="<?php echo addon_url('admin/shopreopen/reopen'); ?>" class="ns-line-hiding ns-text-color" target="_blank">立即处理</a>
  383. </div>
  384. </div>
  385. <?php endif; ?>
  386. <?php endif; ?>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. <div class="system-function">
  393. <blockquote class="layui-elem-quote">系统信息</blockquote>
  394. <table class="layui-table">
  395. <colgroup>
  396. <col width="20%">
  397. <col width="30%">
  398. <col width="20%">
  399. <col width="30%">
  400. </colgroup>
  401. <tbody>
  402. <tr>
  403. <td class="ns-bg-color-light-gray">服务器操作系统</td>
  404. <td><?php echo htmlentities($system_config['os']); ?></td>
  405. <td class="ns-bg-color-light-gray">服务器域名</td>
  406. <td><?php echo htmlentities($system_config['dns']); ?>:<?php echo htmlentities($system_config['port']); ?></td>
  407. </tr>
  408. <tr>
  409. <td class="ns-bg-color-light-gray">服务器环境</td>
  410. <td><?php echo htmlentities($system_config['server_software']); ?></td>
  411. <td class="ns-bg-color-light-gray">PHP版本</td>
  412. <td><?php echo htmlentities($system_config['php_version']); ?></td>
  413. </tr>
  414. <tr>
  415. <td class="ns-bg-color-light-gray">文件上传限制</td>
  416. <td><?php echo htmlentities($system_config['upload_max_filesize']); ?></td>
  417. <td class="ns-bg-color-light-gray">GD版本</td>
  418. <td><?php echo htmlentities($system_config['gd_version']); ?></td>
  419. </tr>
  420. <tr>
  421. <td class="ns-bg-color-light-gray">sockets开启</td>
  422. <td><?php if($system_config['sockets'] == true): ?>已开启<?php else: ?><span style="color:red;">未开启,邮箱功能将无法正常使用</span><?php endif; ?></td>
  423. <td class="ns-bg-color-light-gray">curl支持</td>
  424. <td><?php if($system_config['curl'] == true): ?>支持<?php else: ?><span style="color:red;">不支持,微信和支付宝等功能将无法正常使用</span><?php endif; ?></td>
  425. </tr>
  426. <tr>
  427. <td class="ns-bg-color-light-gray">openssl开启</td>
  428. <td><?php if($system_config['openssl'] == true): ?>已开启<?php else: ?><span style="color:red;">未开启,不支持https</span><?php endif; ?></td>
  429. <td class="ns-bg-color-light-gray">fileinfo开启</td>
  430. <td><?php if($system_config['fileinfo'] == true): ?>已开启<?php else: ?><span style="color:red;">未开启,将无法获取上传文件类型,导致上传图片失败</span><?php endif; ?></td>
  431. </tr>
  432. <tr>
  433. <td class="ns-bg-color-light-gray">upload目录权限</td>
  434. <td><?php if($system_config['upload_dir_jurisdiction'] == 1): ?>可读可写<?php else: ?><span style="color:red;">不可读不可写,会造成图片无法上传和访问</span><?php endif; ?></td>
  435. <td class="ns-bg-color-light-gray">runtime目录权限</td>
  436. <td><?php if($system_config['runtime_dir_jurisdiction'] == 1): ?>可读可写<?php else: ?><span style="color:red;">不可读不可写,会造成编译文件缓存文件无法生成读取,是网站访问出错</span><?php endif; ?></td>
  437. </tr>
  438. </tbody>
  439. </table>
  440. </div>
  441. </div>
  442. <div class="index-info">
  443. <div class="layui-card ns-card-common">
  444. <div class="layui-card-header">
  445. <span class="">客户服务</span>
  446. </div>
  447. <div class="layui-card-body">
  448. <p class="ns-text-color-dark-gray">客服电话:400-886-7993</p>
  449. <p class="ns-text-color-dark-gray">官网:http://www.niushop.com.cn/</p>
  450. <p class="ns-text-color-dark-gray">交流群:29507902</p>
  451. </div>
  452. </div>
  453. <div class="layui-card ns-card-common">
  454. <div class="layui-card-header">
  455. <span class="">最新动态</span>
  456. </div>
  457. <div class="layui-card-body news-list">
  458. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color">1</span>Niushop多商户V4上线啦!</p>-->
  459. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color">2</span>Niushop多商户V4上线啦!</p>-->
  460. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color">3</span>Niushop多商户V4上线啦!</p>-->
  461. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color-gray">4</span>Niushop多商户V4上线啦!</p>-->
  462. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color-gray">5</span>Niushop多商户V4上线啦!</p>-->
  463. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color-gray">6</span>Niushop多商户V4上线啦!</p>-->
  464. <!--<p class="ns-text-color-dark-gray"><span class="ns-bg-color-gray">7</span>Niushop多商户V4上线啦!</p>-->
  465. </div>
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470. <!-- 版权信息 -->
  471. <div class="ns-footer">
  472. <div class="ns-footer-img">
  473. <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>
  474. </div>
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479. <!-- 重置密码弹框html -->
  480. <div class="layui-form" id="reset_pass" style="display: none;">
  481. <div class="layui-form-item">
  482. <label class="layui-form-label"><span class="required">*</span>原密码</label>
  483. <div class="layui-input-block">
  484. <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);">
  485. <span class="required"></span>
  486. </div>
  487. </div>
  488. <div class="layui-form-item">
  489. <label class="layui-form-label"><span class="required">*</span>新密码</label>
  490. <div class="layui-input-block">
  491. <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);">
  492. <span class="required"></span>
  493. </div>
  494. </div>
  495. <div class="layui-form-item">
  496. <label class="layui-form-label"><span class="required">*</span>确认新密码</label>
  497. <div class="layui-input-block">
  498. <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);">
  499. <span class="required"></span>
  500. </div>
  501. </div>
  502. <div class="ns-form-row">
  503. <button class="layui-btn ns-bg-color" onclick="repass()">确定</button>
  504. <button class="layui-btn layui-btn-primary" onclick="closePass()">返回</button>
  505. </div>
  506. </div>
  507. <script type="text/javascript">
  508. layui.use('element',function () {
  509. var element = layui.element;
  510. element.render('breadcrumb');
  511. });
  512. function clearCache () {
  513. $.ajax({
  514. type: 'post',
  515. url: ns.url("admin/Login/clearCache"),
  516. dataType: 'JSON',
  517. success: function(res) {
  518. layer.msg(res.message);
  519. location.reload();
  520. }
  521. })
  522. }
  523. /**
  524. * 重置密码
  525. */
  526. var index;
  527. function resetPassword() {
  528. index = layer.open({
  529. type:1,
  530. content:$('#reset_pass'),
  531. offset: 'auto',
  532. area: ['650px']
  533. });
  534. setTimeout(function() {
  535. $(".ns-reset-pass").removeClass('layui-this');
  536. }, 1000);
  537. }
  538. // $(".ns-reset-pass").on('click', function() {
  539. // $(this).removeClass('layui-this');
  540. // })
  541. var repeat_flag = false;
  542. function repass(){
  543. var old_pass = $("#old_pass").val();
  544. var new_pass = $("#new_pass").val();
  545. var repeat_pass = $("#repeat_pass").val();
  546. if (old_pass == '') {
  547. $("#old_pass").focus();
  548. layer.msg("原密码不能为空");
  549. return;
  550. }
  551. if (new_pass == '') {
  552. $("#new_pass").focus();
  553. layer.msg("密码不能为空");
  554. return;
  555. } else if ($("#new_pass").val().length < 6) {
  556. $("#new_pass").focus();
  557. layer.msg("密码不能少于6位数");
  558. return;
  559. }
  560. if (repeat_pass == '') {
  561. $("#repeat_pass").focus();
  562. layer.msg("密码不能为空");
  563. return;
  564. } else if ($("#repeat_pass").val().length < 6) {
  565. $("#repeat_pass").focus();
  566. layer.msg("密码不能少于6位数");
  567. return;
  568. }
  569. if (new_pass != repeat_pass) {
  570. $("#repeat_pass").focus();
  571. layer.msg("两次密码输入不一样,请重新输入");
  572. return;
  573. }
  574. if(repeat_flag)return;
  575. repeat_flag = true;
  576. $.ajax({
  577. type: "POST",
  578. dataType: 'JSON',
  579. url: ns.url("admin/login/modifypassword"),
  580. data: {"old_pass": old_pass,"new_pass": new_pass},
  581. success: function(res) {
  582. layer.msg(res.message);
  583. repeat_flag = false;
  584. if (res.code == 0) {
  585. layer.close(index);
  586. location.reload();
  587. }
  588. }
  589. });
  590. }
  591. function closePass() {
  592. layer.close(index);
  593. }
  594. layui.use('element', function() {
  595. var element = layui.element;
  596. element.init();
  597. });
  598. </script>
  599. <script>
  600. var time = (new Date()).getTime();
  601. var date = ns.time_to_date(time / 1000);
  602. $(".ns-card-sub").text("更新时间:" + date);
  603. /* 版本更新 */
  604. $("body").on("click",".version-upgrade",function () {
  605. $(this).addClass("layui-hide");
  606. });
  607. news();
  608. //官网新闻
  609. function news(){
  610. $.ajax({
  611. url: "<?php echo addon_url('admin/index/news'); ?>",
  612. type: "POST",
  613. dataType: "JSON",
  614. success: function(res) {
  615. if(res.code < 0 || res.data.length == 0){
  616. $(".news-list").append('<p class="ns-text-color-dark-gray"><span class="ns-bg-color">1</span>暂时没有官网资讯!</p>');
  617. }else{
  618. $.each(res.data, function(key, value) {
  619. var sort = key + 1;
  620. $(".news-list").append('<p class="ns-text-color-dark-gray"><span class="ns-bg-color">'+sort+'</span><a href="'+ns.url(value.url)+'" target="_blank" >'+value.title+'!</a></p>');
  621. });
  622. }
  623. }
  624. });
  625. }
  626. </script>
  627. </body>
  628. </html>