Showing
2 changed files
with
3 additions
and
3 deletions
@@ -125,10 +125,10 @@ webpackJsonp([163],[ | @@ -125,10 +125,10 @@ webpackJsonp([163],[ | ||
125 | 125 | ||
126 | //新增类目 | 126 | //新增类目 |
127 | $(document).on('click', '.addBtn', function () { | 127 | $(document).on('click', '.addBtn', function () { |
128 | - if(currentShopCategoryNum < 20){ | 128 | + if(currentShopCategoryNum < 99){ |
129 | Bll.toast(0, '/shops/shopCategory/add', '', null); | 129 | Bll.toast(0, '/shops/shopCategory/add', '', null); |
130 | }else { | 130 | }else { |
131 | - common.util.__tip('店铺最多添加只能添加20个商品分类!'); | 131 | + common.util.__tip('店铺最多添加只能添加99个商品分类!'); |
132 | } | 132 | } |
133 | }); | 133 | }); |
134 | 134 |
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | <a class="btn btn-success addBtn"><i class="fa fa-plus"></i> 新增商品分类</a> | 41 | <a class="btn btn-success addBtn"><i class="fa fa-plus"></i> 新增商品分类</a> |
42 | <a href="javascript:;" class="btn btn-primary large btn-batch-import">批量关联类目</a> | 42 | <a href="javascript:;" class="btn btn-primary large btn-batch-import">批量关联类目</a> |
43 | <span style="float: right;font-size: 16px;line-height:37px;font-family:'simhei'"> | 43 | <span style="float: right;font-size: 16px;line-height:37px;font-family:'simhei'"> |
44 | - 当前店铺共有:<b style="color: #5cb85c;font-size: 20px">[[data.length]]</b> 条商品分类,<font color="#f0ad4e">最多可以添加20条</font> | 44 | + 当前店铺共有:<b style="color: #5cb85c;font-size: 20px">[[data.length]]</b> 条商品分类,<font color="#f0ad4e">最多可以添加99条</font> |
45 | </span> | 45 | </span> |
46 | </div> | 46 | </div> |
47 | <table class="table table-striped table-bordered responsive dataTable no-footer" style="text-align: center"> | 47 | <table class="table table-striped table-bordered responsive dataTable no-footer" style="text-align: center"> |
-
Please register or login to post a comment