quanwei
7 days ago 30563323a53b0d0260c97d08a9e8bd4cc8227a95
admin/app/shop/service/ProductService.php
@@ -19,7 +19,7 @@
    public static function getEditData($model = null, $scene = 'edit')
    {
        // 商品分类
        $category = CategoryModel::getCacheTree();
        $category = CategoryModel::getCategoryALL()['tree'];
        // 配送模板,仅仅查当前模板
        $delivery = [];
        if($model){