diff --git a/application/admin/view/default/goods/save_info.html b/application/admin/view/default/goods/save_info.html index 403d892718752edd875f5e8d1c3a65149c803843..f5f573290d54a7e52e6d5cf4ce00784bb809b389 100755 --- a/application/admin/view/default/goods/save_info.html +++ b/application/admin/view/default/goods/save_info.html @@ -62,7 +62,7 @@
- +
diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index 09fc3a3514f8acb4de329900055cbabe2a0190a1..b1a430b0942e97d7f560d8159397aa345ec71934 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -989,9 +989,9 @@ class GoodsService [ 'checked_type' => 'length', 'key_name' => 'simple_desc', - 'checked_data' => '60', + 'checked_data' => '160', 'is_checked' => 1, - 'error_msg' => '商品简述格式 最多60个字符', + 'error_msg' => '商品简述格式 最多160个字符', ], [ 'checked_type' => 'length', diff --git a/public/static/index/default/js/common.js b/public/static/index/default/js/common.js index aeb97053b743c8e56dcce23ca0ec53580e38e3c3..4a3f7f1accb475050024a00a25c623b02d1478b8 100755 --- a/public/static/index/default/js/common.js +++ b/public/static/index/default/js/common.js @@ -5,7 +5,7 @@ console.log("\u6280\u672f\u652f\u6301\uff1a\u0068\u0074\u0074\u0070\u003a\u002f\ var store = $.AMUI.store; if(!store.enabled) { - alert('Local storage is not supported by your browser. Please disable "Private Mode", or upgrade to a modern browser.'); + alert('您的浏览器不支持本地存储。请禁用“专用模式”,或升级到现代浏览器。'); } else { // 选择缓存key var store_user_menu_key = 'store-user-menu-active-key';