修复非粉丝通过送礼打开的粉丝团url不正确问题
This commit is contained in:
parent
7eb8153744
commit
ea0a3375e4
@ -1033,7 +1033,7 @@ public class LiveAudienceActivity extends LiveActivity {
|
|||||||
LiveFansFragment liveFansFragment = new LiveFansFragment(mContext);
|
LiveFansFragment liveFansFragment = new LiveFansFragment(mContext);
|
||||||
//粉絲團粉絲團
|
//粉絲團粉絲團
|
||||||
//不是粉絲
|
//不是粉絲
|
||||||
if (LiveAudienceActivity.is_fans != null && LiveAudienceActivity.is_fans.equals("2")) {
|
if (LiveAudienceActivity.is_fans == null || "2".equals(LiveAudienceActivity.is_fans)) {
|
||||||
bundle.putString(Constants.URL,
|
bundle.putString(Constants.URL,
|
||||||
CommonAppConfig.HOST + "/h5/live/joinFansClub.html" +
|
CommonAppConfig.HOST + "/h5/live/joinFansClub.html" +
|
||||||
"?uid=" + userInfo.getId() +
|
"?uid=" + userInfo.getId() +
|
||||||
|
Loading…
Reference in New Issue
Block a user