quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
admin/app/shop/controller/plus/shareholder/Setting.php
@@ -7,6 +7,7 @@
use app\shop\controller\Controller;
use app\shop\model\plus\shareholder\Setting as shareholderSettingModel;
use app\shop\model\product\Product as ProductModel;
use app\shop\model\user\Grade as userGradeModel;
/**
 * 分销设置控制器
@@ -39,7 +40,8 @@
        if(count($product_ids) > 0){
            $productList = (new ProductModel)->getListByIds($product_ids);
        }
        return $this->renderSuccess('', compact('data', 'productList', 'pay_type'));
        $userGradeList=(new userGradeModel)->getLists();
        return $this->renderSuccess('', compact('data', 'productList', 'pay_type','userGradeList'));
    }
    /**