Update sys.php

This commit is contained in:
Anyon 2020-09-10 10:50:19 +08:00
parent 84b3515805
commit fdeeddf366

View File

@ -1,5 +1,10 @@
<?php
if (!function_exists('show_goods_spec')) {
/**
* 商品规格过滤显示
* @param string $spec
* @return string
*/
function show_goods_spec($spec)
{
$specs = [];