|
@@ -53,6 +53,7 @@ if (!function_exists('show_goods_spec')) {
|
|
*/
|
|
*/
|
|
function show_goods_spec(string $spec): string
|
|
function show_goods_spec(string $spec): string
|
|
{
|
|
{
|
|
|
|
+ dump($spec);die;
|
|
$specs = [];
|
|
$specs = [];
|
|
foreach (explode(';;', $spec) as $sp) {
|
|
foreach (explode(';;', $spec) as $sp) {
|
|
$specs[] = explode('::', $sp)[1];
|
|
$specs[] = explode('::', $sp)[1];
|