|
@@ -53,11 +53,12 @@ if (!function_exists('show_goods_spec')) {
|
|
|
*/
|
|
|
function show_goods_spec(string $spec): string
|
|
|
{
|
|
|
- if (is_null($spec)) return '';
|
|
|
+
|
|
|
$specs = [];
|
|
|
foreach (explode(';;', $spec) as $sp) {
|
|
|
$specs[] = explode('::', $sp)[1];
|
|
|
}
|
|
|
+ return 111;
|
|
|
return join(' ', $specs);
|
|
|
}
|
|
|
}
|