Ver Fonte

提现限制

Kirin há 2 anos atrás
pai
commit
f0e225b963
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      app/admin/view/system/system_store/index.php

+ 2 - 1
app/admin/view/system/system_store/index.php

@@ -29,7 +29,7 @@
                             <div class="layui-inline">
                                 <label class="layui-form-label">门店分类</label>
                                 <div class="layui-input-block">
-                                    <select name="cid" style="display: block">
+                                    <select name="cid" class="layui-input">
                                         <option value="">全部</option>
                                         {volist name='cate' id='vo'}
                                         <option value="{$vo.id}">{$vo.html}{$vo.cate_name}</option>
@@ -106,6 +106,7 @@
 {block name="script"}
 <script>
     var type = <?=$type?>;
+    layList.form.render();
     layList.tableList('List', "{:Url('list',['type'=>$type])}", function () {
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '4%'},