店长端会员卡信息正常展示

wysf
ztt 11 months ago
parent 1be85fdeb9
commit dccdaa8d2c
  1. 6
      app/api/service/Identity.php

@ -108,9 +108,9 @@ class Identity extends BaseService
{
// 当期用户信息
$userInfo = UserService::getCurrentLoginUser(true);
if (UserService::isStore()) {
throwError('非法操作');
}
// if (UserService::isStore()) {
// throwError('非法操作');
// }
// 获取充值方案列表
$model = new \app\api\model\user\Identity();
$planList = $model->getList(['type' => IdentityEnum::DEALER]);

Loading…
Cancel
Save