商品简述长度优化
parent
e12b3ccdae
commit
17192680d3
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
<div class="am-form-group">
|
||||
<label>商品简述</label>
|
||||
<input type="text" name="simple_desc" placeholder="商品简述" maxlength="60" data-validation-message="商品简述格式 最多60个字符" class="am-radius" {{if !empty($data)}} value="{{$data.simple_desc}}"{{/if}} />
|
||||
<input type="text" name="simple_desc" placeholder="商品简述" maxlength="160" data-validation-message="商品简述格式 最多160个字符" class="am-radius" {{if !empty($data)}} value="{{$data.simple_desc}}"{{/if}} />
|
||||
</div>
|
||||
<div class="am-form-group">
|
||||
<label>商品型号</label>
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue