Browse Source

feat: 提现入口限定陪玩师

陈文艺 1 day ago
parent
commit
926d852977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Lanu/Views/Wallet/Bean/LNBeanViewController.swift

+ 1 - 1
Lanu/Views/Wallet/Bean/LNBeanViewController.swift

@@ -82,7 +82,7 @@ extension LNBeanViewController {
             make.edges.equalToSuperview()
         }
         
-        if LNConfigManager.shared.isBeanAvailable {
+        if myUserInfo.playmate, LNConfigManager.shared.isBeanAvailable {
             let tag = UIImageView()
             tag.image = switch LNAppConfig.shared.curLang {
             case .chiness: .icBeanValueBgCn