mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update sys.php
This commit is contained in:
parent
84b3515805
commit
fdeeddf366
@ -1,5 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!function_exists('show_goods_spec')) {
|
if (!function_exists('show_goods_spec')) {
|
||||||
|
/**
|
||||||
|
* 商品规格过滤显示
|
||||||
|
* @param string $spec
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
function show_goods_spec($spec)
|
function show_goods_spec($spec)
|
||||||
{
|
{
|
||||||
$specs = [];
|
$specs = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user