|
|
@@ -61,6 +61,7 @@ class ApplyController extends BaseController
|
|
|
$where['status'] = $status;
|
|
|
}
|
|
|
$data = ApplyService::getApplyList($where);
|
|
|
+ $data['balance'] = $this->shop->balance ?? 0;
|
|
|
util::success($data);
|
|
|
}
|
|
|
|
|
|
@@ -68,7 +69,7 @@ class ApplyController extends BaseController
|
|
|
public function actionRegister()
|
|
|
{
|
|
|
//避免重复提交
|
|
|
- util::checkRepeatCommit($this->adminId,30);
|
|
|
+ util::checkRepeatCommit($this->adminId, 30);
|
|
|
|
|
|
$post = Yii::$app->request->post();
|
|
|
$post['adminId'] = $this->adminId;
|