shish 4 years ago
parent
commit
aa9e987392
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app-ghs/controllers/MerchantController.php

+ 0 - 4
app-ghs/controllers/MerchantController.php

@@ -39,10 +39,6 @@ class MerchantController extends BaseController
             $name .= ' ' . $shopName;
         }
         $merchant['name'] = $name;
-        //我的账号不显示莱漫名称
-        if (isset($this->shopAdminId) && $this->shopAdminId == 126188) {
-            $merchant['name'] = '';
-        }
         $ext = isset($this->sjExtend) && !empty($this->sjExtend) ? $this->sjExtend->attributes : [];
         $merchant = MerchantService::getInfo($merchant, $ext);
         util::success($merchant);