购物车加购错误修复、其他细节优化
parent
c0f92963a4
commit
c33472b0fd
|
|
@ -157,8 +157,11 @@
|
||||||
</div>
|
</div>
|
||||||
{{else /}}
|
{{else /}}
|
||||||
<div class="table-no">
|
<div class="table-no">
|
||||||
<i class="am-icon-warning"></i> 还没有相关应用
|
<i class="am-icon-skyatlas am-icon-lg"></i>
|
||||||
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">到应用商店挑选插件丰富站点 >></a>
|
<p class="am-margin-top-sm">还没有相关应用</p>
|
||||||
|
<div class="am-margin-top-xl">
|
||||||
|
<a href="{{$store_url}}" target="_blank" class="am-margin-left-xs">到应用商店挑选插件丰富站点 >></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -326,7 +326,7 @@ return [
|
||||||
// 是否需要断线重连
|
// 是否需要断线重连
|
||||||
'break_reconnect' => false,
|
'break_reconnect' => false,
|
||||||
// 监听SQL
|
// 监听SQL
|
||||||
'trigger_sql' => true,
|
'trigger_sql' => false,
|
||||||
// 开启字段缓存
|
// 开启字段缓存
|
||||||
'fields_cache' => false,
|
'fields_cache' => false,
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -421,7 +421,7 @@ class GoodsCartService
|
||||||
$data['spec'] = empty($data['spec']) ? null : json_decode($data['spec'], true);
|
$data['spec'] = empty($data['spec']) ? null : json_decode($data['spec'], true);
|
||||||
|
|
||||||
// 商品校验
|
// 商品校验
|
||||||
$ret = self::BuyGoodsCheck(['goods'=>[$data]]);
|
$ret = BuyService::BuyGoodsCheck(['goods'=>[$data]]);
|
||||||
if($ret['code'] != 0)
|
if($ret['code'] != 0)
|
||||||
{
|
{
|
||||||
return $ret;
|
return $ret;
|
||||||
|
|
|
||||||
|
|
@ -597,7 +597,7 @@ iframe { border: 0; }
|
||||||
.region-linkage select:not(:first-child) { margin-bottom: 5px; }
|
.region-linkage select:not(:first-child) { margin-bottom: 5px; }
|
||||||
|
|
||||||
/* 表单 */
|
/* 表单 */
|
||||||
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px; }
|
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px; border-bottom: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue