Commit 97c1d41320f134d26efe2c6bed25eeb7914f8cd0
1 parent
2979c247
首页付费逻辑
Showing
1 changed file
with
2 additions
and
2 deletions
metaCode/Classes/Main/HuBiLieHomePage/Util/CNLivePlayerTool.swift
| ... | ... | @@ -24,8 +24,8 @@ class CNLivePlayerTool:NSObject{ |
| 24 | 24 | //单集 |
| 25 | 25 | if product?.productType.count ?? 0 > 0{ |
| 26 | 26 | //单集 |
| 27 | - if product?.productType == "2"{ | |
| 28 | - //人民币付费 | |
| 27 | + if product?.productType == "2" || product?.productType == "5"{ | |
| 28 | + //人民币付费 / 专辑付费 | |
| 29 | 29 | isPaid = true |
| 30 | 30 | }else{ |
| 31 | 31 | //免费 | ... | ... |