...
|
...
|
@@ -121,10 +121,10 @@ $(document).on('change', '#shop-select', function () { |
|
|
|
|
|
//新增类目
|
|
|
$(document).on('click', '.addBtn', function () {
|
|
|
if(currentShopCategoryNum < 20){
|
|
|
if(currentShopCategoryNum < 99){
|
|
|
Bll.toast(0, '/shops/shopCategory/add', '', null);
|
|
|
}else {
|
|
|
common.util.__tip('店铺最多添加只能添加20个商品分类!');
|
|
|
common.util.__tip('店铺最多添加只能添加99个商品分类!');
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|